#4B641C

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

Shades of Green Leaf #4B641C

Tints of Green Leaf #4B641C

Color information

#4B641C (or 0x4B641C) is unknown color: approx Green Leaf. HEX triplet: 4B, 64 and 1C. RGB value is (75,100,28). Sum of RGB (Red+Green+Blue) = 75+100+28=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #4B641C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B641C is #B49BE3. Grayscale: #545454. Windows color (decimal): -11836388 or 1860683. OLE color: 1860683.

HSL color Cylindrical-coordinate representation of color #4B641C: hue angle of 80.83º 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 #4B641C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB7510028-
CMYK0.2500.720.61
HSL80.83º56.25%25.1%-
HSV(B)80.83º72%39.22%-
XYZ7.6710.692.76-
YUV84.3296.22121.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=36.95%
G=49.26%
B=13.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75100280.2500.720.6180.8356.2525.1
Hex4B641C190483D513819
Octal11314434310110751217031
Binary10010111100100111001100101001000111101101000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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