Html Css Color HEX #467013 Green Leaf

📋 copy color: '#467013'

red 70 ◦ green 112 ◦ blue 19

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

Shades of Green Leaf #467013

Tints of Green Leaf #467013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.72%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 34.83%
G = 55.72%
B = 9.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#467013 (or 0x467013) is known color: Green Leaf. HEX triplet: 46, 70 and 13. RGB value is (70,112,19). Sum of RGB (Red+Green+Blue) = 70+112+19=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #467013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467013 is #B98FEC. Grayscale: #595959. Windows color (decimal): -12161005 or 1273926. OLE color: 1273926.

HSL color Cylindrical-coordinate representation of color #467013: hue angle of 87.1º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #467013 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 19 -
CMYK 0.38 0 0.83 0.56
HSL 87.1º 0.71% 0.26% -
HSV(B) 87.1º 0.83% 0.44% -
XYZ 8.44 12.94 2.67 -
YUV 88.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 70 112 19 0.38 0 0.83 0.56 87.1 0.71 0.26
Hex 46 70 13 26 0 53 38 57 47 1A
Octal 106 160 23 46 0 123 70 127 107 32
Binary 1000110 1110000 10011 100110 0 1010011 111000 1010111 1000111 11010

Color Harmonies of #467013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467013

Black with #467013

Text Example


Text Example

White with #467013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467013; }

 p { color: rgb(70,112,19); }

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

background-color css

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

 a { background-color: rgb(70,112,19); }

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

border-color css

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

 span { border-color: rgb(70,112,19); }

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