#467207

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

Shades of Green Leaf #467207

Tints of Green Leaf #467207

Color information

#467207 (or 0x467207) is unknown color: approx Green Leaf. HEX triplet: 46, 72 and 07. RGB value is (70,114,7). Sum of RGB (Red+Green+Blue) = 70+114+7=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #467207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467207 is #B98DF8. Grayscale: #595959. Windows color (decimal): -12160505 or 488006. OLE color: 488006.

HSL color Cylindrical-coordinate representation of color #467207: hue angle of 84.67º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #467207 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB701147-
CMYK0.3900.940.55
HSL84.67º88.43%23.73%-
HSV(B)84.67º93.86%44.71%-
XYZ8.5813.352.33-
YUV88.6581.92114.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 114 (44.92% from 255) = 59.69%
BLUE value IS 7 (3.12% from 255) = 3.66%
R=36.65%
G=59.69%
B=3.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7011470.3900.940.5584.6788.4323.73
Hex467272705E37555818
Octal10616274701366712513030
Binary10001101110010111100111010111101101111010101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467207; }

 p { color: rgb(70,114,7); }

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

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

 a { background-color: rgb(70,114,7); }

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

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

 span { border-color: rgb(70,114,7); }

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