Html Css Color HEX #467306 Green Leaf

📋 copy color: '#467306'

red 70 ◦ green 115 ◦ blue 6

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

Shades of Green Leaf #467306

Tints of Green Leaf #467306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 60.21%

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

R = 36.65%
G = 60.21%
B = 3.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#467306 (or 0x467306) is known color: Green Leaf. HEX triplet: 46, 73 and 06. RGB value is (70,115,6). Sum of RGB (Red+Green+Blue) = 70+115+6=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #467306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467306 is #B98CF9. Grayscale: #595959. Windows color (decimal): -12160250 or 422726. OLE color: 422726.

HSL color Cylindrical-coordinate representation of color #467306: hue angle of 84.77º 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 #467306 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 6 -
CMYK 0.39 0 0.95 0.55
HSL 84.77º 0.9% 0.24% -
HSV(B) 84.77º 0.95% 0.45% -
XYZ 8.69 13.58 2.33 -
YUV 89.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 70 115 6 0.39 0 0.95 0.55 84.77 0.9 0.24
Hex 46 73 6 27 0 5F 37 55 5A 18
Octal 106 163 6 47 0 137 67 125 132 30
Binary 1000110 1110011 110 100111 0 1011111 110111 1010101 1011010 11000

Color Harmonies of #467306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467306

Black with #467306

Text Example


Text Example

White with #467306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467306; }

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

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

background-color css

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

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

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

border-color css

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

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

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