Html Css Color HEX #0F5049 Cyprus

📋 copy color: '#0F5049'

red 15 ◦ green 80 ◦ blue 73

#0F5049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #0F5049

Tints of Cyprus #0F5049

RGB

 RED value IS 15 (6.25% from 255) = 8.93%

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 8.93%
G = 47.62%
B = 43.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F5049 (or 0x0F5049) is known color: Cyprus. HEX triplet: 0F, 50 and 49. RGB value is (15,80,73). Sum of RGB (Red+Green+Blue) = 15+80+73=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5049 is #F0AFB6. Grayscale: #3B3B3B. Windows color (decimal): -15773623 or 4804623. OLE color: 4804623.

HSL color Cylindrical-coordinate representation of color #0F5049: hue angle of 173.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5049 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 73 -
CMYK 0.81 0 0.09 0.69
HSL 173.54º 0.68% 0.19% -
HSV(B) 173.54º 0.81% 0.31% -
XYZ 4.27 6.32 7.3 -
YUV 59.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 15 80 73 0.81 0 0.09 0.69 173.54 0.68 0.19
Hex F 50 49 51 0 9 45 AE 44 13
Octal 17 120 111 121 0 11 105 256 104 23
Binary 1111 1010000 1001001 1010001 0 1001 1000101 10101110 1000100 10011

Color Harmonies of #0F5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5049

Black with #0F5049

Text Example


Text Example

White with #0F5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5049; }

 p { color: rgb(15,80,73); }

 H1.HeaderClassName
 {
   color: #0F5049;
 }
 .AnyTagClassName
 {
   color: #0F5049;
 }
</style>

background-color css

<style>
 a { background-color: #0F5049; }

 a { background-color: rgb(15,80,73); }

 div.DivClassName
 {
   background-color: #0F5049;
 }
 .BgClassName
 {
   background-color: #0F5049;
 }
</style>

border-color css

<style>
 span { border-color: #0F5049; }

 span { border-color: rgb(15,80,73); }

 td.TdClassName
 {
   border-color: #0F5049;
 }
 .TagClassName
 {
   border-color: #0F5049;
 }
</style>