#4B730A

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

Shades of Green Leaf #4B730A

Tints of Green Leaf #4B730A

Color information

#4B730A (or 0x4B730A) is unknown color: approx Green Leaf. HEX triplet: 4B, 73 and 0A. RGB value is (75,115,10). Sum of RGB (Red+Green+Blue) = 75+115+10=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #4B730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B730A is #B48CF5. Grayscale: #5B5B5B. Windows color (decimal): -11832566 or 684875. OLE color: 684875.

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

Color convert

RGB7511510-
CMYK0.3500.910.55
HSL82.86º84%24.51%-
HSV(B)82.86º91.3%45.1%-
XYZ9.0913.782.47-
YUV91.0782.25116.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 57.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=37.5%
G=57.5%
B=5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75115100.3500.910.5582.868424.51
Hex4B73A2305B37535419
Octal113163124301336712312431
Binary100101111100111010100011010110111101111010011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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