#4B671D

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

Shades of Green Leaf #4B671D

Tints of Green Leaf #4B671D

Color information

#4B671D (or 0x4B671D) is unknown color: approx Green Leaf. HEX triplet: 4B, 67 and 1D. RGB value is (75,103,29). Sum of RGB (Red+Green+Blue) = 75+103+29=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #4B671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B671D is #B498E2. Grayscale: #565656. Windows color (decimal): -11835619 or 1926987. OLE color: 1926987.

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

Color convert

RGB7510329-
CMYK0.2700.720.60
HSL82.7º56.06%25.88%-
HSV(B)82.7º71.84%40.39%-
XYZ7.9711.292.92-
YUV86.1995.72120.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 103 (40.62% from 255) = 49.76%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=36.23%
G=49.76%
B=14.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75103290.2700.720.6082.756.0625.88
Hex4B671D1B0483C53381a
Octal11314735330110741237032
Binary10010111100111111011101101001000111100101001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B671D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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