Html Css Color HEX #0F5549 Cyprus

📋 copy color: '#0F5549'

red 15 ◦ green 85 ◦ blue 73

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

Shades of Cyprus #0F5549

Tints of Cyprus #0F5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 8.67%
G = 49.13%
B = 42.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#0F5549 (or 0x0F5549) is known color: Cyprus. HEX triplet: 0F, 55 and 49. RGB value is (15,85,73). Sum of RGB (Red+Green+Blue) = 15+85+73=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5549 is #F0AAB6. Grayscale: #3E3E3E. Windows color (decimal): -15772343 or 4805903. OLE color: 4805903.

HSL color Cylindrical-coordinate representation of color #0F5549: hue angle of 169.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5549 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 85 73 -
CMYK 0.82 0 0.14 0.67
HSL 169.71º 0.7% 0.2% -
HSV(B) 169.71º 0.82% 0.33% -
XYZ 4.65 7.08 7.42 -
YUV 62.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 15 85 73 0.82 0 0.14 0.67 169.71 0.7 0.2
Hex F 55 49 52 0 E 43 AA 46 14
Octal 17 125 111 122 0 16 103 252 106 24
Binary 1111 1010101 1001001 1010010 0 1110 1000011 10101010 1000110 10100

Color Harmonies of #0F5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5549

Black with #0F5549

Text Example


Text Example

White with #0F5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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