Html Css Color HEX #467406 Green Leaf

📋 copy color: '#467406'

red 70 ◦ green 116 ◦ blue 6

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

Shades of Green Leaf #467406

Tints of Green Leaf #467406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.42%

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 36.46%
G = 60.42%
B = 3.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#467406 (or 0x467406) is known color: Green Leaf. HEX triplet: 46, 74 and 06. RGB value is (70,116,6). Sum of RGB (Red+Green+Blue) = 70+116+6=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #467406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467406 is #B98BF9. Grayscale: #5A5A5A. Windows color (decimal): -12159994 or 422982. OLE color: 422982.

HSL color Cylindrical-coordinate representation of color #467406: hue angle of 85.09º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #467406 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 6 -
CMYK 0.40 0 0.95 0.55
HSL 85.09º 0.9% 0.24% -
HSV(B) 85.09º 0.95% 0.45% -
XYZ 8.8 13.81 2.37 -
YUV 89.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 70 116 6 0.40 0 0.95 0.55 85.09 0.9 0.24
Hex 46 74 6 28 0 5F 37 55 5A 18
Octal 106 164 6 50 0 137 67 125 132 30
Binary 1000110 1110100 110 101000 0 1011111 110111 1010101 1011010 11000

Color Harmonies of #467406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467406

Black with #467406

Text Example


Text Example

White with #467406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467406; }

 p { color: rgb(70,116,6); }

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

background-color css

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

 a { background-color: rgb(70,116,6); }

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

border-color css

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

 span { border-color: rgb(70,116,6); }

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