#4D641C

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

Shades of Green Leaf #4D641C

Tints of Green Leaf #4D641C

Color information

#4D641C (or 0x4D641C) is unknown color: approx Green Leaf. HEX triplet: 4D, 64 and 1C. RGB value is (77,100,28). Sum of RGB (Red+Green+Blue) = 77+100+28=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #4D641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D641C is #B29BE3. Grayscale: #555555. Windows color (decimal): -11705316 or 1860685. OLE color: 1860685.

HSL color Cylindrical-coordinate representation of color #4D641C: hue angle of 79.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D641C is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB7710028-
CMYK0.2300.720.61
HSL79.17º56.25%25.1%-
HSV(B)79.17º72%39.22%-
XYZ7.8310.782.77-
YUV84.9295.88122.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=37.56%
G=48.78%
B=13.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal77100280.2300.720.6179.1756.2525.1
Hex4D641C170483D4f3819
Octal11514434270110751177031
Binary10011011100100111001011101001000111101100111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,100,28); }

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

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

 a { background-color: rgb(77,100,28); }

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

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

 span { border-color: rgb(77,100,28); }

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