#4B642A

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

Shades of Green Leaf #4B642A

Tints of Green Leaf #4B642A

Color information

#4B642A (or 0x4B642A) is unknown color: approx Green Leaf. HEX triplet: 4B, 64 and 2A. RGB value is (75,100,42). Sum of RGB (Red+Green+Blue) = 75+100+42=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #4B642A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B642A is #B49BD5. Grayscale: #565656. Windows color (decimal): -11836374 or 2778187. OLE color: 2778187.

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

Color convert

RGB7510042-
CMYK0.2500.580.61
HSL85.86º40.85%27.84%-
HSV(B)85.86º58%39.22%-
XYZ7.8810.783.86-
YUV85.91103.22120.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 100 (39.45% from 255) = 46.08%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=34.56%
G=46.08%
B=19.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75100420.2500.580.6185.8640.8527.84
Hex4B642A1903A3D56291c
Octal1131445231072751265134
Binary10010111100100101010110010111010111101101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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