Html Css Color HEX #466D12 Green Leaf

📋 copy color: '#466D12'

red 70 ◦ green 109 ◦ blue 18

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

Shades of Green Leaf #466D12

Tints of Green Leaf #466D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.33%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 35.53%
G = 55.33%
B = 9.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#466D12 (or 0x466D12) is known color: Green Leaf. HEX triplet: 46, 6D and 12. RGB value is (70,109,18). Sum of RGB (Red+Green+Blue) = 70+109+18=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #466D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466D12 is #B992ED. Grayscale: #575757. Windows color (decimal): -12161774 or 1207622. OLE color: 1207622.

HSL color Cylindrical-coordinate representation of color #466D12: hue angle of 85.71º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #466D12 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 109 18 -
CMYK 0.36 0 0.83 0.57
HSL 85.71º 0.72% 0.25% -
HSV(B) 85.71º 0.83% 0.43% -
XYZ 8.1 12.28 2.52 -
YUV 86.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 70 109 18 0.36 0 0.83 0.57 85.71 0.72 0.25
Hex 46 6D 12 24 0 53 39 56 48 19
Octal 106 155 22 44 0 123 71 126 110 31
Binary 1000110 1101101 10010 100100 0 1010011 111001 1010110 1001000 11001

Color Harmonies of #466D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D12

Black with #466D12

Text Example


Text Example

White with #466D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,109,18); }

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

background-color css

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

 a { background-color: rgb(70,109,18); }

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

border-color css

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

 span { border-color: rgb(70,109,18); }

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