Html Css Color HEX #4C7425 Green Leaf

📋 copy color: '#4C7425'

red 76 ◦ green 116 ◦ blue 37

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

Shades of Green Leaf #4C7425

Tints of Green Leaf #4C7425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.66%

 BLUE value IS 37 (14.84% from 255) = 16.16%

R = 33.19%
G = 50.66%
B = 16.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#4C7425 (or 0x4C7425) is known color: Green Leaf. HEX triplet: 4C, 74 and 25. RGB value is (76,116,37). Sum of RGB (Red+Green+Blue) = 76+116+37=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7425 is #B38BDA. Grayscale: #5F5F5F. Windows color (decimal): -11766747 or 2454604. OLE color: 2454604.

HSL color Cylindrical-coordinate representation of color #4C7425: hue angle of 90.38º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C7425 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 116 37 -
CMYK 0.34 0 0.68 0.55
HSL 90.38º 0.52% 0.3% -
HSV(B) 90.38º 0.68% 0.45% -
XYZ 9.56 14.16 3.98 -
YUV 95.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 76 116 37 0.34 0 0.68 0.55 90.38 0.52 0.3
Hex 4C 74 25 22 0 44 37 5A 34 1E
Octal 114 164 45 42 0 104 67 132 64 36
Binary 1001100 1110100 100101 100010 0 1000100 110111 1011010 110100 11110

Color Harmonies of #4C7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7425

Black with #4C7425

Text Example


Text Example

White with #4C7425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,37); }

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

background-color css

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

 a { background-color: rgb(76,116,37); }

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

border-color css

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

 span { border-color: rgb(76,116,37); }

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