#4C6328

Color #4C6328 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4C6328

Tints of Green Leaf #4C6328

Color information

#4C6328 (or 0x4C6328) is unknown color: approx Green Leaf. HEX triplet: 4C, 63 and 28. RGB value is (76,99,40). Sum of RGB (Red+Green+Blue) = 76+99+40=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6328 is #B39CD7. Grayscale: #555555. Windows color (decimal): -11771096 or 2646860. OLE color: 2646860.

HSL color Cylindrical-coordinate representation of color #4C6328: hue angle of 83.39º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6328 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB769940-
CMYK0.2300.600.61
HSL83.39º42.45%27.25%-
HSV(B)83.39º59.6%38.82%-
XYZ7.8310.613.64-
YUV85.4102.38121.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=35.35%
G=46.05%
B=18.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699400.2300.600.6183.3942.4527.25
Hex4C63281703C3D532a1b
Octal1141435027074751235233
Binary10011001100011101000101110111100111101101001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C6328;
 }
 .AnyTagClassName
 {
   color: #4C6328;
 }
</style>
background-color css

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

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

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

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

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

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