Html Css Color HEX #466D0F Green Leaf

📋 copy color: '#466D0F'

red 70 ◦ green 109 ◦ blue 15

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

Shades of Green Leaf #466D0F

Tints of Green Leaf #466D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 36.08%
G = 56.19%
B = 7.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#466D0F (or 0x466D0F) is known color: Green Leaf. HEX triplet: 46, 6D and 0F. RGB value is (70,109,15). Sum of RGB (Red+Green+Blue) = 70+109+15=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #466D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466D0F is #B992F0. Grayscale: #565656. Windows color (decimal): -12161777 or 1011014. OLE color: 1011014.

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

Color convert

RGB 70 109 15 -
CMYK 0.36 0 0.86 0.57
HSL 84.89º 0.76% 0.24% -
HSV(B) 84.89º 0.86% 0.43% -
XYZ 8.08 12.27 2.4 -
YUV 86.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 70 109 15 0.36 0 0.86 0.57 84.89 0.76 0.24
Hex 46 6D F 24 0 56 39 55 4C 18
Octal 106 155 17 44 0 126 71 125 114 30
Binary 1000110 1101101 1111 100100 0 1010110 111001 1010101 1001100 11000

Color Harmonies of #466D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D0F

Black with #466D0F

Text Example


Text Example

White with #466D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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