Html Css Color HEX #466F10 Green Leaf

📋 copy color: '#466F10'

red 70 ◦ green 111 ◦ blue 16

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

Shades of Green Leaf #466F10

Tints of Green Leaf #466F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 35.53%
G = 56.35%
B = 8.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#466F10 (or 0x466F10) is known color: Green Leaf. HEX triplet: 46, 6F and 10. RGB value is (70,111,16). Sum of RGB (Red+Green+Blue) = 70+111+16=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #466F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F10 is #B990EF. Grayscale: #585858. Windows color (decimal): -12161264 or 1077062. OLE color: 1077062.

HSL color Cylindrical-coordinate representation of color #466F10: hue angle of 85.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #466F10 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 16 -
CMYK 0.37 0 0.86 0.56
HSL 85.89º 0.75% 0.25% -
HSV(B) 85.89º 0.86% 0.44% -
XYZ 8.3 12.71 2.51 -
YUV 87.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 70 111 16 0.37 0 0.86 0.56 85.89 0.75 0.25
Hex 46 6F 10 25 0 56 38 56 4B 19
Octal 106 157 20 45 0 126 70 126 113 31
Binary 1000110 1101111 10000 100101 0 1010110 111000 1010110 1001011 11001

Color Harmonies of #466F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F10

Black with #466F10

Text Example


Text Example

White with #466F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466F10; }

 p { color: rgb(70,111,16); }

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

background-color css

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

 a { background-color: rgb(70,111,16); }

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

border-color css

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

 span { border-color: rgb(70,111,16); }

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