#4C6821

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

Shades of Green Leaf #4C6821

Tints of Green Leaf #4C6821

Color information

#4C6821 (or 0x4C6821) is unknown color: approx Green Leaf. HEX triplet: 4C, 68 and 21. RGB value is (76,104,33). Sum of RGB (Red+Green+Blue) = 76+104+33=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6821 is #B397DE. Grayscale: #575757. Windows color (decimal): -11769823 or 2189388. OLE color: 2189388.

HSL color Cylindrical-coordinate representation of color #4C6821: hue angle of 83.66º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C6821 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB7610433-
CMYK0.2700.680.59
HSL83.66º51.82%26.86%-
HSV(B)83.66º68.27%40.78%-
XYZ8.2111.553.24-
YUV87.5397.22119.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=35.68%
G=48.83%
B=15.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104330.2700.680.5983.6651.8226.86
Hex4C68211B0443B54341b
Octal11415041330104731246433
Binary100110011010001000011101101000100111011101010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,33); }

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

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

 a { background-color: rgb(76,104,33); }

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

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

 span { border-color: rgb(76,104,33); }

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