#4B7C06

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

Shades of Green Leaf #4B7C06

Tints of Green Leaf #4B7C06

Color information

#4B7C06 (or 0x4B7C06) is unknown color: approx Green Leaf. HEX triplet: 4B, 7C and 06. RGB value is (75,124,6). Sum of RGB (Red+Green+Blue) = 75+124+6=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7C06 is #B483F9. Grayscale: #606060. Windows color (decimal): -11830266 or 425035. OLE color: 425035.

HSL color Cylindrical-coordinate representation of color #4B7C06: hue angle of 84.92º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B7C06 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB751246-
CMYK0.4000.950.51
HSL84.92º90.77%25.49%-
HSV(B)84.92º95.16%48.63%-
XYZ10.1415.922.71-
YUV95.977.27113.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.59%
GREEN value IS 124 (48.83% from 255) = 60.49%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=36.59%
G=60.49%
B=2.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7512460.4000.950.5184.9290.7725.49
Hex4B7C62805F33555b19
Octal11317465001376312513331
Binary10010111111100110101000010111111100111010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,6); }

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

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

 a { background-color: rgb(75,124,6); }

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

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

 span { border-color: rgb(75,124,6); }

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