#4B691C

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

Shades of Green Leaf #4B691C

Tints of Green Leaf #4B691C

Color information

#4B691C (or 0x4B691C) is unknown color: approx Green Leaf. HEX triplet: 4B, 69 and 1C. RGB value is (75,105,28). Sum of RGB (Red+Green+Blue) = 75+105+28=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #4B691C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B691C is #B496E3. Grayscale: #575757. Windows color (decimal): -11835108 or 1861963. OLE color: 1861963.

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

Color convert

RGB7510528-
CMYK0.2900.730.59
HSL83.38º57.89%26.08%-
HSV(B)83.38º73.33%41.18%-
XYZ8.1611.682.92-
YUV87.2594.56119.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=36.06%
G=50.48%
B=13.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105280.2900.730.5983.3857.8926.08
Hex4B691C1D0493B533a1a
Octal11315134350111731237232
Binary10010111101001111001110101001001111011101001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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