Html Css Color HEX #467512 Green Leaf

📋 copy color: '#467512'

red 70 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #467512

Tints of Green Leaf #467512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.07%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 34.15%
G = 57.07%
B = 8.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#467512 (or 0x467512) is known color: Green Leaf. HEX triplet: 46, 75 and 12. RGB value is (70,117,18). Sum of RGB (Red+Green+Blue) = 70+117+18=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #467512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467512 is #B98AED. Grayscale: #5C5C5C. Windows color (decimal): -12159726 or 1209670. OLE color: 1209670.

HSL color Cylindrical-coordinate representation of color #467512: hue angle of 88.48º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467512 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 18 -
CMYK 0.40 0 0.85 0.54
HSL 88.48º 0.73% 0.26% -
HSV(B) 88.48º 0.85% 0.46% -
XYZ 9 14.07 2.81 -
YUV 91.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 70 117 18 0.40 0 0.85 0.54 88.48 0.73 0.26
Hex 46 75 12 28 0 55 36 58 49 1A
Octal 106 165 22 50 0 125 66 130 111 32
Binary 1000110 1110101 10010 101000 0 1010101 110110 1011000 1001001 11010

Color Harmonies of #467512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467512

Black with #467512

Text Example


Text Example

White with #467512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467512; }

 p { color: rgb(70,117,18); }

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

background-color css

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

 a { background-color: rgb(70,117,18); }

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

border-color css

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

 span { border-color: rgb(70,117,18); }

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