Html Css Color HEX #4C7328 Green Leaf

📋 copy color: '#4C7328'

red 76 ◦ green 115 ◦ blue 40

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

Shades of Green Leaf #4C7328

Tints of Green Leaf #4C7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 40 (16.02% from 255) = 17.32%

R = 32.9%
G = 49.78%
B = 17.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#4C7328 (or 0x4C7328) is known color: Green Leaf. HEX triplet: 4C, 73 and 28. RGB value is (76,115,40). Sum of RGB (Red+Green+Blue) = 76+115+40=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7328 is #B38CD7. Grayscale: #5F5F5F. Windows color (decimal): -11767000 or 2650956. OLE color: 2650956.

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

Color convert

RGB 76 115 40 -
CMYK 0.34 0 0.65 0.55
HSL 91.2º 0.48% 0.3% -
HSV(B) 91.2º 0.65% 0.45% -
XYZ 9.49 13.95 4.2 -
YUV 94.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 76 115 40 0.34 0 0.65 0.55 91.2 0.48 0.3
Hex 4C 73 28 22 0 41 37 5B 30 1E
Octal 114 163 50 42 0 101 67 133 60 36
Binary 1001100 1110011 101000 100010 0 1000001 110111 1011011 110000 11110

Color Harmonies of #4C7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7328

Black with #4C7328

Text Example


Text Example

White with #4C7328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,40); }

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

background-color css

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

 a { background-color: rgb(76,115,40); }

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

border-color css

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

 span { border-color: rgb(76,115,40); }

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