Html Css Color HEX #465502 Verdun Green

📋 copy color: '#465502'

red 70 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #465502

Tints of Verdun Green #465502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.14%

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

R = 44.59%
G = 54.14%
B = 1.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#465502 (or 0x465502) is known color: Verdun Green. HEX triplet: 46, 55 and 02. RGB value is (70,85,2). Sum of RGB (Red+Green+Blue) = 70+85+2=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #465502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465502 is #B9AAFD. Grayscale: #474747. Windows color (decimal): -12167934 or 152902. OLE color: 152902.

HSL color Cylindrical-coordinate representation of color #465502: hue angle of 70.84º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465502 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 2 -
CMYK 0.18 0 0.98 0.67
HSL 70.84º 0.95% 0.17% -
HSV(B) 70.84º 0.98% 0.33% -
XYZ 5.79 7.8 1.26 -
YUV 71.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 70 85 2 0.18 0 0.98 0.67 70.84 0.95 0.17
Hex 46 55 2 12 0 62 43 47 5F 11
Octal 106 125 2 22 0 142 103 107 137 21
Binary 1000110 1010101 10 10010 0 1100010 1000011 1000111 1011111 10001

Color Harmonies of #465502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465502

Black with #465502

Text Example


Text Example

White with #465502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465502; }

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

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

background-color css

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

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

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

border-color css

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

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

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