Html Css Color HEX #4C7212 Green Leaf

📋 copy color: '#4C7212'

red 76 ◦ green 114 ◦ blue 18

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

Shades of Green Leaf #4C7212

Tints of Green Leaf #4C7212

RGB

 RED value IS 76 (30.08% from 255) = 36.54%

 GREEN value IS 114 (44.92% from 255) = 54.81%

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 36.54%
G = 54.81%
B = 8.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#4C7212 (or 0x4C7212) is known color: Green Leaf. HEX triplet: 4C, 72 and 12. RGB value is (76,114,18). Sum of RGB (Red+Green+Blue) = 76+114+18=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7212 is #B38DED. Grayscale: #5C5C5C. Windows color (decimal): -11767278 or 1208908. OLE color: 1208908.

HSL color Cylindrical-coordinate representation of color #4C7212: hue angle of 83.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C7212 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 114 18 -
CMYK 0.33 0 0.84 0.55
HSL 83.75º 0.73% 0.26% -
HSV(B) 83.75º 0.84% 0.45% -
XYZ 9.11 13.61 2.72 -
YUV 91.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 76 114 18 0.33 0 0.84 0.55 83.75 0.73 0.26
Hex 4C 72 12 21 0 54 37 54 49 1A
Octal 114 162 22 41 0 124 67 124 111 32
Binary 1001100 1110010 10010 100001 0 1010100 110111 1010100 1001001 11010

Color Harmonies of #4C7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7212

Black with #4C7212

Text Example


Text Example

White with #4C7212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7212; }

 p { color: rgb(76,114,18); }

 H1.HeaderClassName
 {
   color: #4C7212;
 }
 .AnyTagClassName
 {
   color: #4C7212;
 }
</style>

background-color css

<style>
 a { background-color: #4C7212; }

 a { background-color: rgb(76,114,18); }

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

border-color css

<style>
 span { border-color: #4C7212; }

 span { border-color: rgb(76,114,18); }

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