#4B7712

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

Shades of Green Leaf #4B7712

Tints of Green Leaf #4B7712

Color information

#4B7712 (or 0x4B7712) is unknown color: approx Green Leaf. HEX triplet: 4B, 77 and 12. RGB value is (75,119,18). Sum of RGB (Red+Green+Blue) = 75+119+18=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7712 is #B488ED. Grayscale: #5E5E5E. Windows color (decimal): -11831534 or 1210187. OLE color: 1210187.

HSL color Cylindrical-coordinate representation of color #4B7712: hue angle of 86.14º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B7712 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB7511918-
CMYK0.3700.850.53
HSL86.14º73.72%26.86%-
HSV(B)86.14º84.87%46.67%-
XYZ9.6114.732.91-
YUV94.3384.92114.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=35.38%
G=56.13%
B=8.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75119180.3700.850.5386.1473.7226.86
Hex4B77122505535564a1b
Octal113167224501256512611233
Binary1001011111011110010100101010101011101011010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,18); }

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

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

 a { background-color: rgb(75,119,18); }

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

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

 span { border-color: rgb(75,119,18); }

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