#467701

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

Shades of Green Leaf #467701

Tints of Green Leaf #467701

Color information

#467701 (or 0x467701) is unknown color: approx Green Leaf. HEX triplet: 46, 77 and 01. RGB value is (70,119,1). Sum of RGB (Red+Green+Blue) = 70+119+1=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #467701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467701 is #B988FE. Grayscale: #5B5B5B. Windows color (decimal): -12159231 or 96070. OLE color: 96070.

HSL color Cylindrical-coordinate representation of color #467701: hue angle of 84.92º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #467701 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB701191-
CMYK0.4100.990.53
HSL84.92º98.33%23.53%-
HSV(B)84.92º99.16%46.67%-
XYZ9.1314.52.35-
YUV90.977.27113.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 119 (46.88% from 255) = 62.63%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=36.84%
G=62.63%
B=0.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7011910.4100.990.5384.9298.3323.53
Hex467712906335556218
Octal10616715101436512514230
Binary100011011101111101001011000111101011010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467701; }

 p { color: rgb(70,119,1); }

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

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

 a { background-color: rgb(70,119,1); }

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

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

 span { border-color: rgb(70,119,1); }

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