Html Css Color HEX #0C5549 Cyprus

📋 copy color: '#0C5549'

red 12 ◦ green 85 ◦ blue 73

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

Shades of Cyprus #0C5549

Tints of Cyprus #0C5549

RGB

 RED value IS 12 (5.08% from 255) = 7.06%

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

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

R = 7.06%
G = 50%
B = 42.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#0C5549 (or 0x0C5549) is known color: Cyprus. HEX triplet: 0C, 55 and 49. RGB value is (12,85,73). Sum of RGB (Red+Green+Blue) = 12+85+73=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5549 is #F3AAB6. Grayscale: #3D3D3D. Windows color (decimal): -15968951 or 4805900. OLE color: 4805900.

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

Color convert

RGB 12 85 73 -
CMYK 0.86 0 0.14 0.67
HSL 170.14º 0.75% 0.19% -
HSV(B) 170.14º 0.86% 0.33% -
XYZ 4.6 7.06 7.42 -
YUV 61.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 12 85 73 0.86 0 0.14 0.67 170.14 0.75 0.19
Hex C 55 49 56 0 E 43 AA 4B 13
Octal 14 125 111 126 0 16 103 252 113 23
Binary 1100 1010101 1001001 1010110 0 1110 1000011 10101010 1001011 10011

Color Harmonies of #0C5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5549

Black with #0C5549

Text Example


Text Example

White with #0C5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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