Html Css Color HEX #0C4D18 Deep Fir

📋 copy color: '#0C4D18'

red 12 ◦ green 77 ◦ blue 24

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

Shades of Deep Fir #0C4D18

Tints of Deep Fir #0C4D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 68.14%

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 10.62%
G = 68.14%
B = 21.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#0C4D18 (or 0x0C4D18) is known color: Deep Fir. HEX triplet: 0C, 4D and 18. RGB value is (12,77,24). Sum of RGB (Red+Green+Blue) = 12+77+24=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #0C4D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C4D18 is #F3B2E7. Grayscale: #333333. Windows color (decimal): -15971048 or 1592588. OLE color: 1592588.

HSL color Cylindrical-coordinate representation of color #0C4D18: hue angle of 131.08º 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 #0C4D18 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 77 24 -
CMYK 0.84 0 0.69 0.70
HSL 131.08º 0.73% 0.17% -
HSV(B) 131.08º 0.84% 0.3% -
XYZ 2.97 5.45 1.76 -
YUV 51.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 12 77 24 0.84 0 0.69 0.70 131.08 0.73 0.17
Hex C 4D 18 54 0 45 46 83 49 11
Octal 14 115 30 124 0 105 106 203 111 21
Binary 1100 1001101 11000 1010100 0 1000101 1000110 10000011 1001001 10001

Color Harmonies of #0C4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4D18

Black with #0C4D18

Text Example


Text Example

White with #0C4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,77,24); }

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

background-color css

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

 a { background-color: rgb(12,77,24); }

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

border-color css

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

 span { border-color: rgb(12,77,24); }

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