Html Css Color HEX #0F5649 Cyprus

📋 copy color: '#0F5649'

red 15 ◦ green 86 ◦ blue 73

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

Shades of Cyprus #0F5649

Tints of Cyprus #0F5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

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

R = 8.62%
G = 49.43%
B = 41.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#0F5649 (or 0x0F5649) is known color: Cyprus. HEX triplet: 0F, 56 and 49. RGB value is (15,86,73). Sum of RGB (Red+Green+Blue) = 15+86+73=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #0F5649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5649 is #F0A9B6. Grayscale: #3F3F3F. Windows color (decimal): -15772087 or 4806159. OLE color: 4806159.

HSL color Cylindrical-coordinate representation of color #0F5649: hue angle of 169.01º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5649 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 86 73 -
CMYK 0.83 0 0.15 0.66
HSL 169.01º 0.7% 0.2% -
HSV(B) 169.01º 0.83% 0.34% -
XYZ 4.73 7.24 7.45 -
YUV 63.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 15 86 73 0.83 0 0.15 0.66 169.01 0.7 0.2
Hex F 56 49 53 0 F 42 A9 46 14
Octal 17 126 111 123 0 17 102 251 106 24
Binary 1111 1010110 1001001 1010011 0 1111 1000010 10101001 1000110 10100

Color Harmonies of #0F5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5649

Black with #0F5649

Text Example


Text Example

White with #0F5649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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