Html Css Color HEX #467215 Green Leaf

📋 copy color: '#467215'

red 70 ◦ green 114 ◦ blue 21

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

Shades of Green Leaf #467215

Tints of Green Leaf #467215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.61%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 34.15%
G = 55.61%
B = 10.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#467215 (or 0x467215) is known color: Green Leaf. HEX triplet: 46, 72 and 15. RGB value is (70,114,21). Sum of RGB (Red+Green+Blue) = 70+114+21=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #467215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467215 is #B98DEA. Grayscale: #5A5A5A. Windows color (decimal): -12160491 or 1405510. OLE color: 1405510.

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

Color convert

RGB 70 114 21 -
CMYK 0.39 0 0.82 0.55
HSL 88.39º 0.69% 0.26% -
HSV(B) 88.39º 0.82% 0.45% -
XYZ 8.68 13.39 2.84 -
YUV 90.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 70 114 21 0.39 0 0.82 0.55 88.39 0.69 0.26
Hex 46 72 15 27 0 52 37 58 45 1A
Octal 106 162 25 47 0 122 67 130 105 32
Binary 1000110 1110010 10101 100111 0 1010010 110111 1011000 1000101 11010

Color Harmonies of #467215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467215

Black with #467215

Text Example


Text Example

White with #467215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467215; }

 p { color: rgb(70,114,21); }

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

background-color css

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

 a { background-color: rgb(70,114,21); }

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

border-color css

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

 span { border-color: rgb(70,114,21); }

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