Html Css Color HEX #467014 Green Leaf

📋 copy color: '#467014'

red 70 ◦ green 112 ◦ blue 20

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

Shades of Green Leaf #467014

Tints of Green Leaf #467014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.45%

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

R = 34.65%
G = 55.45%
B = 9.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#467014 (or 0x467014) is known color: Green Leaf. HEX triplet: 46, 70 and 14. RGB value is (70,112,20). Sum of RGB (Red+Green+Blue) = 70+112+20=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #467014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467014 is #B98FEB. Grayscale: #595959. Windows color (decimal): -12161004 or 1339462. OLE color: 1339462.

HSL color Cylindrical-coordinate representation of color #467014: hue angle of 87.39º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #467014 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 20 -
CMYK 0.38 0 0.82 0.56
HSL 87.39º 0.7% 0.26% -
HSV(B) 87.39º 0.82% 0.44% -
XYZ 8.45 12.94 2.71 -
YUV 88.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 70 112 20 0.38 0 0.82 0.56 87.39 0.7 0.26
Hex 46 70 14 26 0 52 38 57 46 1A
Octal 106 160 24 46 0 122 70 127 106 32
Binary 1000110 1110000 10100 100110 0 1010010 111000 1010111 1000110 11010

Color Harmonies of #467014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467014

Black with #467014

Text Example


Text Example

White with #467014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467014; }

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

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

background-color css

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

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

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

border-color css

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

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

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