Html Css Color HEX #467310 Green Leaf

📋 copy color: '#467310'

red 70 ◦ green 115 ◦ blue 16

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

Shades of Green Leaf #467310

Tints of Green Leaf #467310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 34.83%
G = 57.21%
B = 7.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#467310 (or 0x467310) is known color: Green Leaf. HEX triplet: 46, 73 and 10. RGB value is (70,115,16). Sum of RGB (Red+Green+Blue) = 70+115+16=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #467310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467310 is #B98CEF. Grayscale: #5A5A5A. Windows color (decimal): -12160240 or 1078086. OLE color: 1078086.

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

Color convert

RGB 70 115 16 -
CMYK 0.39 0 0.86 0.55
HSL 87.27º 0.76% 0.26% -
HSV(B) 87.27º 0.86% 0.45% -
XYZ 8.75 13.6 2.65 -
YUV 90.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 70 115 16 0.39 0 0.86 0.55 87.27 0.76 0.26
Hex 46 73 10 27 0 56 37 57 4C 1A
Octal 106 163 20 47 0 126 67 127 114 32
Binary 1000110 1110011 10000 100111 0 1010110 110111 1010111 1001100 11010

Color Harmonies of #467310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467310

Black with #467310

Text Example


Text Example

White with #467310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467310; }

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

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

background-color css

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

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

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

border-color css

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

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

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