#4B691A

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

Shades of Green Leaf #4B691A

Tints of Green Leaf #4B691A

Color information

#4B691A (or 0x4B691A) is unknown color: approx Green Leaf. HEX triplet: 4B, 69 and 1A. RGB value is (75,105,26). Sum of RGB (Red+Green+Blue) = 75+105+26=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #4B691A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B691A is #B496E5. Grayscale: #575757. Windows color (decimal): -11835110 or 1730891. OLE color: 1730891.

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

Color convert

RGB7510526-
CMYK0.2900.750.59
HSL82.78º60.31%25.69%-
HSV(B)82.78º75.24%41.18%-
XYZ8.1411.672.8-
YUV87.0293.56119.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=36.41%
G=50.97%
B=12.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105260.2900.750.5982.7860.3125.69
Hex4B691A1D04B3B533c1a
Octal11315132350113731237432
Binary10010111101001110101110101001011111011101001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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