Html Css Color HEX #0C4C44 Cyprus

📋 copy color: '#0C4C44'

red 12 ◦ green 76 ◦ blue 68

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

Shades of Cyprus #0C4C44

Tints of Cyprus #0C4C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.72%

 BLUE value IS 68 (26.95% from 255) = 43.59%

R = 7.69%
G = 48.72%
B = 43.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#0C4C44 (or 0x0C4C44) is known color: Cyprus. HEX triplet: 0C, 4C and 44. RGB value is (12,76,68). Sum of RGB (Red+Green+Blue) = 12+76+68=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C44 is #F3B3BB. Grayscale: #373737. Windows color (decimal): -15971260 or 4475916. OLE color: 4475916.

HSL color Cylindrical-coordinate representation of color #0C4C44: hue angle of 172.5º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C44 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 76 68 -
CMYK 0.84 0 0.11 0.70
HSL 172.5º 0.73% 0.17% -
HSV(B) 172.5º 0.84% 0.3% -
XYZ 3.78 5.66 6.36 -
YUV 55.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 12 76 68 0.84 0 0.11 0.70 172.5 0.73 0.17
Hex C 4C 44 54 0 B 46 AC 49 11
Octal 14 114 104 124 0 13 106 254 111 21
Binary 1100 1001100 1000100 1010100 0 1011 1000110 10101100 1001001 10001

Color Harmonies of #0C4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4C44

Black with #0C4C44

Text Example


Text Example

White with #0C4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,76,68); }

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

background-color css

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

 a { background-color: rgb(12,76,68); }

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

border-color css

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

 span { border-color: rgb(12,76,68); }

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