Html Css Color HEX #466902 Verdun Green

📋 copy color: '#466902'

red 70 ◦ green 105 ◦ blue 2

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

Shades of Verdun Green #466902

Tints of Verdun Green #466902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 59.32%

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

R = 39.55%
G = 59.32%
B = 1.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#466902 (or 0x466902) is known color: Verdun Green. HEX triplet: 46, 69 and 02. RGB value is (70,105,2). Sum of RGB (Red+Green+Blue) = 70+105+2=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #466902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466902 is #B996FD. Grayscale: #535353. Windows color (decimal): -12162814 or 158022. OLE color: 158022.

HSL color Cylindrical-coordinate representation of color #466902: hue angle of 80.39º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #466902 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 2 -
CMYK 0.33 0 0.98 0.59
HSL 80.39º 0.96% 0.21% -
HSV(B) 80.39º 0.98% 0.41% -
XYZ 7.59 11.41 1.86 -
YUV 82.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 70 105 2 0.33 0 0.98 0.59 80.39 0.96 0.21
Hex 46 69 2 21 0 62 3B 50 60 15
Octal 106 151 2 41 0 142 73 120 140 25
Binary 1000110 1101001 10 100001 0 1100010 111011 1010000 1100000 10101

Color Harmonies of #466902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466902

Black with #466902

Text Example


Text Example

White with #466902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466902; }

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

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

background-color css

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

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

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

border-color css

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

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

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