#4B632B

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

Shades of Green Leaf #4B632B

Tints of Green Leaf #4B632B

Color information

#4B632B (or 0x4B632B) is unknown color: approx Green Leaf. HEX triplet: 4B, 63 and 2B. RGB value is (75,99,43). Sum of RGB (Red+Green+Blue) = 75+99+43=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #4B632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B632B is #B49CD4. Grayscale: #555555. Windows color (decimal): -11836629 or 2843467. OLE color: 2843467.

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

Color convert

RGB759943-
CMYK0.2400.570.61
HSL85.71º39.44%27.84%-
HSV(B)85.71º56.57%38.82%-
XYZ7.810.593.92-
YUV85.44104.05120.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=34.56%
G=45.62%
B=19.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7599430.2400.570.6185.7139.4427.84
Hex4B632B180393D56271c
Octal1131435330071751264734
Binary10010111100011101011110000111001111101101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,99,43); }

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

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

 a { background-color: rgb(75,99,43); }

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

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

 span { border-color: rgb(75,99,43); }

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