Html Css Color HEX #467502 Verdun Green

📋 copy color: '#467502'

red 70 ◦ green 117 ◦ blue 2

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

Shades of Verdun Green #467502

Tints of Verdun Green #467502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 37.04%
G = 61.9%
B = 1.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#467502 (or 0x467502) is known color: Verdun Green. HEX triplet: 46, 75 and 02. RGB value is (70,117,2). Sum of RGB (Red+Green+Blue) = 70+117+2=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #467502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467502 is #B98AFD. Grayscale: #5A5A5A. Windows color (decimal): -12159742 or 161094. OLE color: 161094.

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

Color convert

RGB 70 117 2 -
CMYK 0.40 0 0.98 0.54
HSL 84.52º 0.97% 0.23% -
HSV(B) 84.52º 0.98% 0.46% -
XYZ 8.9 14.03 2.3 -
YUV 89.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 70 117 2 0.40 0 0.98 0.54 84.52 0.97 0.23
Hex 46 75 2 28 0 62 36 55 61 17
Octal 106 165 2 50 0 142 66 125 141 27
Binary 1000110 1110101 10 101000 0 1100010 110110 1010101 1100001 10111

Color Harmonies of #467502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467502

Black with #467502

Text Example


Text Example

White with #467502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467502; }

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

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

background-color css

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

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

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

border-color css

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

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

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