#4C691C

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

Shades of Green Leaf #4C691C

Tints of Green Leaf #4C691C

Color information

#4C691C (or 0x4C691C) is unknown color: approx Green Leaf. HEX triplet: 4C, 69 and 1C. RGB value is (76,105,28). Sum of RGB (Red+Green+Blue) = 76+105+28=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #4C691C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C691C is #B396E3. Grayscale: #575757. Windows color (decimal): -11769572 or 1861964. OLE color: 1861964.

HSL color Cylindrical-coordinate representation of color #4C691C: hue angle of 82.6º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C691C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB7610528-
CMYK0.2800.730.59
HSL82.6º57.89%26.08%-
HSV(B)82.6º73.33%41.18%-
XYZ8.2411.722.93-
YUV87.5594.39119.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.36%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=36.36%
G=50.24%
B=13.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76105280.2800.730.5982.657.8926.08
Hex4C691C1C0493B533a1a
Octal11415134340111731237232
Binary10011001101001111001110001001001111011101001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,105,28); }

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

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

 a { background-color: rgb(76,105,28); }

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

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

 span { border-color: rgb(76,105,28); }

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