Html Css Color HEX #4C7015 Green Leaf

📋 copy color: '#4C7015'

red 76 ◦ green 112 ◦ blue 21

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

Shades of Green Leaf #4C7015

Tints of Green Leaf #4C7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.59%

 BLUE value IS 21 (8.59% from 255) = 10.05%

R = 36.36%
G = 53.59%
B = 10.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#4C7015 (or 0x4C7015) is known color: Green Leaf. HEX triplet: 4C, 70 and 15. RGB value is (76,112,21). Sum of RGB (Red+Green+Blue) = 76+112+21=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7015 is #B38FEA. Grayscale: #5B5B5B. Windows color (decimal): -11767787 or 1405004. OLE color: 1405004.

HSL color Cylindrical-coordinate representation of color #4C7015: hue angle of 83.74º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C7015 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 112 21 -
CMYK 0.32 0 0.81 0.56
HSL 83.74º 0.68% 0.26% -
HSV(B) 83.74º 0.81% 0.44% -
XYZ 8.91 13.18 2.78 -
YUV 90.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 76 112 21 0.32 0 0.81 0.56 83.74 0.68 0.26
Hex 4C 70 15 20 0 51 38 54 44 1A
Octal 114 160 25 40 0 121 70 124 104 32
Binary 1001100 1110000 10101 100000 0 1010001 111000 1010100 1000100 11010

Color Harmonies of #4C7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7015

Black with #4C7015

Text Example


Text Example

White with #4C7015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,112,21); }

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

background-color css

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

 a { background-color: rgb(76,112,21); }

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

border-color css

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

 span { border-color: rgb(76,112,21); }

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