Html Css Color HEX #466816 Green Leaf

📋 copy color: '#466816'

red 70 ◦ green 104 ◦ blue 22

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

Shades of Green Leaf #466816

Tints of Green Leaf #466816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.06%

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

R = 35.71%
G = 53.06%
B = 11.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#466816 (or 0x466816) is known color: Green Leaf. HEX triplet: 46, 68 and 16. RGB value is (70,104,22). Sum of RGB (Red+Green+Blue) = 70+104+22=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #466816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466816 is #B997E9. Grayscale: #545454. Windows color (decimal): -12163050 or 1468486. OLE color: 1468486.

HSL color Cylindrical-coordinate representation of color #466816: hue angle of 84.88º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #466816 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 22 -
CMYK 0.33 0 0.79 0.59
HSL 84.88º 0.65% 0.25% -
HSV(B) 84.88º 0.79% 0.41% -
XYZ 7.62 11.26 2.53 -
YUV 84.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 70 104 22 0.33 0 0.79 0.59 84.88 0.65 0.25
Hex 46 68 16 21 0 4F 3B 55 41 19
Octal 106 150 26 41 0 117 73 125 101 31
Binary 1000110 1101000 10110 100001 0 1001111 111011 1010101 1000001 11001

Color Harmonies of #466816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466816

Black with #466816

Text Example


Text Example

White with #466816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466816; }

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

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

background-color css

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

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

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

border-color css

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

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

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