Html Css Color HEX #467313 Green Leaf

📋 copy color: '#467313'

red 70 ◦ green 115 ◦ blue 19

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

Shades of Green Leaf #467313

Tints of Green Leaf #467313

RGB

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

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

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

R = 34.31%
G = 56.37%
B = 9.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#467313 (or 0x467313) is known color: Green Leaf. HEX triplet: 46, 73 and 13. RGB value is (70,115,19). Sum of RGB (Red+Green+Blue) = 70+115+19=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #467313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467313 is #B98CEC. Grayscale: #5A5A5A. Windows color (decimal): -12160237 or 1274694. OLE color: 1274694.

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

Color convert

RGB 70 115 19 -
CMYK 0.39 0 0.83 0.55
HSL 88.13º 0.72% 0.26% -
HSV(B) 88.13º 0.83% 0.45% -
XYZ 8.77 13.61 2.78 -
YUV 90.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 70 115 19 0.39 0 0.83 0.55 88.13 0.72 0.26
Hex 46 73 13 27 0 53 37 58 48 1A
Octal 106 163 23 47 0 123 67 130 110 32
Binary 1000110 1110011 10011 100111 0 1010011 110111 1011000 1001000 11010

Color Harmonies of #467313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467313

Black with #467313

Text Example


Text Example

White with #467313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467313; }

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

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

background-color css

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

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

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

border-color css

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

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

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