Html Css Color HEX #467503 Green Leaf

📋 copy color: '#467503'

red 70 ◦ green 117 ◦ blue 3

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

Shades of Green Leaf #467503

Tints of Green Leaf #467503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 36.84%
G = 61.58%
B = 1.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#467503 (or 0x467503) is known color: Green Leaf. HEX triplet: 46, 75 and 03. RGB value is (70,117,3). Sum of RGB (Red+Green+Blue) = 70+117+3=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #467503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467503 is #B98AFC. Grayscale: #5A5A5A. Windows color (decimal): -12159741 or 226630. OLE color: 226630.

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

Color convert

RGB 70 117 3 -
CMYK 0.40 0 0.97 0.54
HSL 84.74º 0.95% 0.24% -
HSV(B) 84.74º 0.97% 0.46% -
XYZ 8.9 14.03 2.33 -
YUV 89.95 78.93 113.77 -
System Red Green Blue C M Y K H S L
Decimal 70 117 3 0.40 0 0.97 0.54 84.74 0.95 0.24
Hex 46 75 3 28 0 61 36 55 5F 18
Octal 106 165 3 50 0 141 66 125 137 30
Binary 1000110 1110101 11 101000 0 1100001 110110 1010101 1011111 11000

Color Harmonies of #467503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467503

Black with #467503

Text Example


Text Example

White with #467503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467503; }

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

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

background-color css

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

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

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

border-color css

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

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

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