Html Css Color HEX #467606 Green Leaf

📋 copy color: '#467606'

red 70 ◦ green 118 ◦ blue 6

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

Shades of Green Leaf #467606

Tints of Green Leaf #467606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.82%

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

R = 36.08%
G = 60.82%
B = 3.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#467606 (or 0x467606) is known color: Green Leaf. HEX triplet: 46, 76 and 06. RGB value is (70,118,6). Sum of RGB (Red+Green+Blue) = 70+118+6=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #467606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467606 is #B989F9. Grayscale: #5B5B5B. Windows color (decimal): -12159482 or 423494. OLE color: 423494.

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

Color convert

RGB 70 118 6 -
CMYK 0.41 0 0.95 0.54
HSL 85.71º 0.9% 0.24% -
HSV(B) 85.71º 0.95% 0.46% -
XYZ 9.04 14.27 2.45 -
YUV 90.88 80.1 113.11 -
System Red Green Blue C M Y K H S L
Decimal 70 118 6 0.41 0 0.95 0.54 85.71 0.9 0.24
Hex 46 76 6 29 0 5F 36 56 5A 18
Octal 106 166 6 51 0 137 66 126 132 30
Binary 1000110 1110110 110 101001 0 1011111 110110 1010110 1011010 11000

Color Harmonies of #467606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467606

Black with #467606

Text Example


Text Example

White with #467606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467606; }

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

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

background-color css

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

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

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

border-color css

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

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

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