Html Css Color HEX #467413 Green Leaf

📋 copy color: '#467413'

red 70 ◦ green 116 ◦ blue 19

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

Shades of Green Leaf #467413

Tints of Green Leaf #467413

RGB

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

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

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

R = 34.15%
G = 56.59%
B = 9.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#467413 (or 0x467413) is known color: Green Leaf. HEX triplet: 46, 74 and 13. RGB value is (70,116,19). Sum of RGB (Red+Green+Blue) = 70+116+19=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #467413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467413 is #B98BEC. Grayscale: #5B5B5B. Windows color (decimal): -12159981 or 1274950. OLE color: 1274950.

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

Color convert

RGB 70 116 19 -
CMYK 0.40 0 0.84 0.55
HSL 88.45º 0.72% 0.26% -
HSV(B) 88.45º 0.84% 0.45% -
XYZ 8.89 13.84 2.82 -
YUV 91.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 70 116 19 0.40 0 0.84 0.55 88.45 0.72 0.26
Hex 46 74 13 28 0 54 37 58 48 1A
Octal 106 164 23 50 0 124 67 130 110 32
Binary 1000110 1110100 10011 101000 0 1010100 110111 1011000 1001000 11010

Color Harmonies of #467413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467413

Black with #467413

Text Example


Text Example

White with #467413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467413; }

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

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

background-color css

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

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

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

border-color css

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

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

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