#4B652A

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

Shades of Green Leaf #4B652A

Tints of Green Leaf #4B652A

Color information

#4B652A (or 0x4B652A) is unknown color: approx Green Leaf. HEX triplet: 4B, 65 and 2A. RGB value is (75,101,42). Sum of RGB (Red+Green+Blue) = 75+101+42=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #4B652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B652A is #B49AD5. Grayscale: #565656. Windows color (decimal): -11836118 or 2778443. OLE color: 2778443.

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

Color convert

RGB7510142-
CMYK0.2600.580.60
HSL86.44º41.26%28.04%-
HSV(B)86.44º58.42%39.61%-
XYZ7.9710.973.89-
YUV86.5102.89119.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=34.40%
G=46.33%
B=19.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75101420.2600.580.6086.4441.2628.04
Hex4B652A1A03A3C56291c
Octal1131455232072741265134
Binary10010111100101101010110100111010111100101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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