Html Css Color HEX #4C7115 Green Leaf

📋 copy color: '#4C7115'

red 76 ◦ green 113 ◦ blue 21

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

Shades of Green Leaf #4C7115

Tints of Green Leaf #4C7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.81%

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

R = 36.19%
G = 53.81%
B = 10%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#4C7115 (or 0x4C7115) is known color: Green Leaf. HEX triplet: 4C, 71 and 15. RGB value is (76,113,21). Sum of RGB (Red+Green+Blue) = 76+113+21=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7115 is #B38EEA. Grayscale: #5B5B5B. Windows color (decimal): -11767531 or 1405260. OLE color: 1405260.

HSL color Cylindrical-coordinate representation of color #4C7115: hue angle of 84.13º degrees, saturation: 0.69, 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 #4C7115 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 21 -
CMYK 0.33 0 0.81 0.56
HSL 84.13º 0.69% 0.26% -
HSV(B) 84.13º 0.81% 0.44% -
XYZ 9.02 13.4 2.82 -
YUV 91.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 76 113 21 0.33 0 0.81 0.56 84.13 0.69 0.26
Hex 4C 71 15 21 0 51 38 54 45 1A
Octal 114 161 25 41 0 121 70 124 105 32
Binary 1001100 1110001 10101 100001 0 1010001 111000 1010100 1000101 11010

Color Harmonies of #4C7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7115

Black with #4C7115

Text Example


Text Example

White with #4C7115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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