#4B6A1A

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

Shades of Green Leaf #4B6A1A

Tints of Green Leaf #4B6A1A

Color information

#4B6A1A (or 0x4B6A1A) is unknown color: approx Green Leaf. HEX triplet: 4B, 6A and 1A. RGB value is (75,106,26). Sum of RGB (Red+Green+Blue) = 75+106+26=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6A1A is #B495E5. Grayscale: #575757. Windows color (decimal): -11834854 or 1731147. OLE color: 1731147.

HSL color Cylindrical-coordinate representation of color #4B6A1A: hue angle of 83.25º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B6A1A is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB7510626-
CMYK0.2900.750.58
HSL83.25º60.61%25.88%-
HSV(B)83.25º75.47%41.57%-
XYZ8.2411.882.84-
YUV87.6193.23119-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 106 (41.80% from 255) = 51.21%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=36.23%
G=51.21%
B=12.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75106260.2900.750.5883.2560.6125.88
Hex4B6A1A1D04B3A533d1a
Octal11315232350113721237532
Binary10010111101010110101110101001011111010101001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,106,26); }

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

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

 a { background-color: rgb(75,106,26); }

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

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

 span { border-color: rgb(75,106,26); }

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