Html Css Color HEX #467016 Green Leaf

📋 copy color: '#467016'

red 70 ◦ green 112 ◦ blue 22

#467016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #467016

Tints of Green Leaf #467016

RGB

 RED value IS 70 (27.73% from 255) = 34.31%

 GREEN value IS 112 (44.14% from 255) = 54.9%

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 34.31%
G = 54.9%
B = 10.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#467016 (or 0x467016) is known color: Green Leaf. HEX triplet: 46, 70 and 16. RGB value is (70,112,22). Sum of RGB (Red+Green+Blue) = 70+112+22=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #467016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467016 is #B98FE9. Grayscale: #595959. Windows color (decimal): -12161002 or 1470534. OLE color: 1470534.

HSL color Cylindrical-coordinate representation of color #467016: hue angle of 88º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #467016 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 22 -
CMYK 0.38 0 0.80 0.56
HSL 88º 0.67% 0.26% -
HSV(B) 88º 0.8% 0.44% -
XYZ 8.46 12.95 2.81 -
YUV 89.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 70 112 22 0.38 0 0.80 0.56 88 0.67 0.26
Hex 46 70 16 26 0 50 38 58 43 1A
Octal 106 160 26 46 0 120 70 130 103 32
Binary 1000110 1110000 10110 100110 0 1010000 111000 1011000 1000011 11010

Color Harmonies of #467016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467016

Black with #467016

Text Example


Text Example

White with #467016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467016; }

 p { color: rgb(70,112,22); }

 H1.HeaderClassName
 {
   color: #467016;
 }
 .AnyTagClassName
 {
   color: #467016;
 }
</style>

background-color css

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

 a { background-color: rgb(70,112,22); }

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

border-color css

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

 span { border-color: rgb(70,112,22); }

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