Html Css Color HEX #467218 Green Leaf

📋 copy color: '#467218'

red 70 ◦ green 114 ◦ blue 24

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

Shades of Green Leaf #467218

Tints of Green Leaf #467218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 33.65%
G = 54.81%
B = 11.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#467218 (or 0x467218) is known color: Green Leaf. HEX triplet: 46, 72 and 18. RGB value is (70,114,24). Sum of RGB (Red+Green+Blue) = 70+114+24=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #467218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467218 is #B98DE7. Grayscale: #5A5A5A. Windows color (decimal): -12160488 or 1602118. OLE color: 1602118.

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

Color convert

RGB 70 114 24 -
CMYK 0.39 0 0.79 0.55
HSL 89.33º 0.65% 0.27% -
HSV(B) 89.33º 0.79% 0.45% -
XYZ 8.71 13.4 2.99 -
YUV 90.58 90.42 113.32 -
System Red Green Blue C M Y K H S L
Decimal 70 114 24 0.39 0 0.79 0.55 89.33 0.65 0.27
Hex 46 72 18 27 0 4F 37 59 41 1B
Octal 106 162 30 47 0 117 67 131 101 33
Binary 1000110 1110010 11000 100111 0 1001111 110111 1011001 1000001 11011

Color Harmonies of #467218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467218

Black with #467218

Text Example


Text Example

White with #467218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467218; }

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

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

background-color css

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

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

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

border-color css

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

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

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