#4B671C

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

Shades of Green Leaf #4B671C

Tints of Green Leaf #4B671C

Color information

#4B671C (or 0x4B671C) is unknown color: approx Green Leaf. HEX triplet: 4B, 67 and 1C. RGB value is (75,103,28). Sum of RGB (Red+Green+Blue) = 75+103+28=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #4B671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B671C is #B498E3. Grayscale: #565656. Windows color (decimal): -11835620 or 1861451. OLE color: 1861451.

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

Color convert

RGB7510328-
CMYK0.2700.730.60
HSL82.4º57.25%25.69%-
HSV(B)82.4º72.82%40.39%-
XYZ7.9611.282.86-
YUV86.0895.22120.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 103 (40.62% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=36.41%
G=50%
B=13.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75103280.2700.730.6082.457.2525.69
Hex4B671C1B0493C52391a
Octal11314734330111741227132
Binary10010111100111111001101101001001111100101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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