Html Css Color HEX #466814 Green Leaf

📋 copy color: '#466814'

red 70 ◦ green 104 ◦ blue 20

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

Shades of Green Leaf #466814

Tints of Green Leaf #466814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 36.08%
G = 53.61%
B = 10.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#466814 (or 0x466814) is known color: Green Leaf. HEX triplet: 46, 68 and 14. RGB value is (70,104,20). Sum of RGB (Red+Green+Blue) = 70+104+20=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #466814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466814 is #B997EB. Grayscale: #545454. Windows color (decimal): -12163052 or 1337414. OLE color: 1337414.

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

Color convert

RGB 70 104 20 -
CMYK 0.33 0 0.81 0.59
HSL 84.29º 0.68% 0.24% -
HSV(B) 84.29º 0.81% 0.41% -
XYZ 7.6 11.25 2.43 -
YUV 84.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 70 104 20 0.33 0 0.81 0.59 84.29 0.68 0.24
Hex 46 68 14 21 0 51 3B 54 44 18
Octal 106 150 24 41 0 121 73 124 104 30
Binary 1000110 1101000 10100 100001 0 1010001 111011 1010100 1000100 11000

Color Harmonies of #466814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466814

Black with #466814

Text Example


Text Example

White with #466814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466814; }

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

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

background-color css

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

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

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

border-color css

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

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

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