#467511

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

Shades of Green Leaf #467511

Tints of Green Leaf #467511

Color information

#467511 (or 0x467511) is unknown color: approx Green Leaf. HEX triplet: 46, 75 and 11. RGB value is (70,117,17). Sum of RGB (Red+Green+Blue) = 70+117+17=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #467511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467511 is #B98AEE. Grayscale: #5B5B5B. Windows color (decimal): -12159727 or 1144134. OLE color: 1144134.

HSL color Cylindrical-coordinate representation of color #467511: hue angle of 88.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467511 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB7011717-
CMYK0.4000.850.54
HSL88.2º74.63%26.27%-
HSV(B)88.2º85.47%45.88%-
XYZ8.9914.072.77-
YUV91.5585.93112.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=34.31%
G=57.35%
B=8.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117170.4000.850.5488.274.6326.27
Hex4675112805536584b1a
Octal106165215001256613011332
Binary1000110111010110001101000010101011101101011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467511; }

 p { color: rgb(70,117,17); }

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

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

 a { background-color: rgb(70,117,17); }

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

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

 span { border-color: rgb(70,117,17); }

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