#4B7306

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

Shades of Green Leaf #4B7306

Tints of Green Leaf #4B7306

Color information

#4B7306 (or 0x4B7306) is unknown color: approx Green Leaf. HEX triplet: 4B, 73 and 06. RGB value is (75,115,6). Sum of RGB (Red+Green+Blue) = 75+115+6=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #4B7306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7306 is #B48CF9. Grayscale: #5B5B5B. Windows color (decimal): -11832570 or 422731. OLE color: 422731.

HSL color Cylindrical-coordinate representation of color #4B7306: hue angle of 82.02º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B7306 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB751156-
CMYK0.3500.950.55
HSL82.02º90.08%23.73%-
HSV(B)82.02º94.78%45.1%-
XYZ9.0713.772.35-
YUV90.6180.25116.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.27%
GREEN value IS 115 (45.31% from 255) = 58.67%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=38.27%
G=58.67%
B=3.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7511560.3500.950.5582.0290.0823.73
Hex4B7362305F37525a18
Octal11316364301376712213230
Binary10010111110011110100011010111111101111010010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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