#467613

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

Shades of Green Leaf #467613

Tints of Green Leaf #467613

Color information

#467613 (or 0x467613) is unknown color: approx Green Leaf. HEX triplet: 46, 76 and 13. RGB value is (70,118,19). Sum of RGB (Red+Green+Blue) = 70+118+19=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #467613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467613 is #B989EC. Grayscale: #5C5C5C. Windows color (decimal): -12159469 or 1275462. OLE color: 1275462.

HSL color Cylindrical-coordinate representation of color #467613: hue angle of 89.09º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #467613 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB7011819-
CMYK0.4100.840.54
HSL89.09º72.26%26.86%-
HSV(B)89.09º83.9%46.27%-
XYZ9.1214.312.9-
YUV92.3686.6112.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=33.82%
G=57.00%
B=9.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118190.4100.840.5489.0972.2626.86
Hex467613290543659481b
Octal106166235101246613111033
Binary1000110111011010011101001010101001101101011001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467613; }

 p { color: rgb(70,118,19); }

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

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

 a { background-color: rgb(70,118,19); }

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

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

 span { border-color: rgb(70,118,19); }

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