Html Css Color HEX #0C4F47 Cyprus

📋 copy color: '#0C4F47'

red 12 ◦ green 79 ◦ blue 71

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

Shades of Cyprus #0C4F47

Tints of Cyprus #0C4F47

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.77%

 BLUE value IS 71 (28.13% from 255) = 43.83%

R = 7.41%
G = 48.77%
B = 43.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#0C4F47 (or 0x0C4F47) is known color: Cyprus. HEX triplet: 0C, 4F and 47. RGB value is (12,79,71). Sum of RGB (Red+Green+Blue) = 12+79+71=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F47 is #F3B0B8. Grayscale: #3A3A3A. Windows color (decimal): -15970489 or 4673292. OLE color: 4673292.

HSL color Cylindrical-coordinate representation of color #0C4F47: hue angle of 172.84º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F47 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 79 71 -
CMYK 0.85 0 0.10 0.69
HSL 172.84º 0.74% 0.18% -
HSV(B) 172.84º 0.85% 0.31% -
XYZ 4.08 6.13 6.93 -
YUV 58.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 12 79 71 0.85 0 0.10 0.69 172.84 0.74 0.18
Hex C 4F 47 55 0 A 45 AD 4A 12
Octal 14 117 107 125 0 12 105 255 112 22
Binary 1100 1001111 1000111 1010101 0 1010 1000101 10101101 1001010 10010

Color Harmonies of #0C4F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4F47

Black with #0C4F47

Text Example


Text Example

White with #0C4F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,79,71); }

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

background-color css

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

 a { background-color: rgb(12,79,71); }

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

border-color css

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

 span { border-color: rgb(12,79,71); }

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