Html Css Color HEX #467214 Green Leaf

📋 copy color: '#467214'

red 70 ◦ green 114 ◦ blue 20

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

Shades of Green Leaf #467214

Tints of Green Leaf #467214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 34.31%
G = 55.88%
B = 9.8%

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

#467214 (or 0x467214) is known color: Green Leaf. HEX triplet: 46, 72 and 14. RGB value is (70,114,20). Sum of RGB (Red+Green+Blue) = 70+114+20=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #467214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467214 is #B98DEB. Grayscale: #5A5A5A. Windows color (decimal): -12160492 or 1339974. OLE color: 1339974.

HSL color Cylindrical-coordinate representation of color #467214: hue angle of 88.09º degrees, saturation: 0.7, 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 #467214 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 20 -
CMYK 0.39 0 0.82 0.55
HSL 88.09º 0.7% 0.26% -
HSV(B) 88.09º 0.82% 0.45% -
XYZ 8.67 13.39 2.79 -
YUV 90.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 70 114 20 0.39 0 0.82 0.55 88.09 0.7 0.26
Hex 46 72 14 27 0 52 37 58 46 1A
Octal 106 162 24 47 0 122 67 130 106 32
Binary 1000110 1110010 10100 100111 0 1010010 110111 1011000 1000110 11010

Color Harmonies of #467214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467214

Black with #467214

Text Example


Text Example

White with #467214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467214; }

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

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

background-color css

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

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

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

border-color css

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

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

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