Html Css Color HEX #466718 Green Leaf

📋 copy color: '#466718'

red 70 ◦ green 103 ◦ blue 24

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

Shades of Green Leaf #466718

Tints of Green Leaf #466718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.28%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 35.53%
G = 52.28%
B = 12.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#466718 (or 0x466718) is known color: Green Leaf. HEX triplet: 46, 67 and 18. RGB value is (70,103,24). Sum of RGB (Red+Green+Blue) = 70+103+24=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #466718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466718 is #B998E7. Grayscale: #545454. Windows color (decimal): -12163304 or 1599302. OLE color: 1599302.

HSL color Cylindrical-coordinate representation of color #466718: hue angle of 85.06º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #466718 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 24 -
CMYK 0.32 0 0.77 0.60
HSL 85.06º 0.62% 0.25% -
HSV(B) 85.06º 0.77% 0.4% -
XYZ 7.54 11.07 2.6 -
YUV 84.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 70 103 24 0.32 0 0.77 0.60 85.06 0.62 0.25
Hex 46 67 18 20 0 4D 3C 55 3E 19
Octal 106 147 30 40 0 115 74 125 76 31
Binary 1000110 1100111 11000 100000 0 1001101 111100 1010101 111110 11001

Color Harmonies of #466718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466718

Black with #466718

Text Example


Text Example

White with #466718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466718; }

 p { color: rgb(70,103,24); }

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

background-color css

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

 a { background-color: rgb(70,103,24); }

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

border-color css

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

 span { border-color: rgb(70,103,24); }

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