Html Css Color HEX #464902 Verdun Green

📋 copy color: '#464902'

red 70 ◦ green 73 ◦ blue 2

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

Shades of Verdun Green #464902

Tints of Verdun Green #464902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.34%

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

R = 48.28%
G = 50.34%
B = 1.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#464902 (or 0x464902) is known color: Verdun Green. HEX triplet: 46, 49 and 02. RGB value is (70,73,2). Sum of RGB (Red+Green+Blue) = 70+73+2=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #464902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464902 is #B9B6FD. Grayscale: #404040. Windows color (decimal): -12171006 or 149830. OLE color: 149830.

HSL color Cylindrical-coordinate representation of color #464902: hue angle of 62.54º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464902 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 2 -
CMYK 0.04 0 0.97 0.71
HSL 62.54º 0.95% 0.15% -
HSV(B) 62.54º 0.97% 0.29% -
XYZ 4.92 6.07 0.97 -
YUV 64.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 70 73 2 0.04 0 0.97 0.71 62.54 0.95 0.15
Hex 46 49 2 4 0 61 47 3F 5F F
Octal 106 111 2 4 0 141 107 77 137 17
Binary 1000110 1001001 10 100 0 1100001 1000111 111111 1011111 1111

Color Harmonies of #464902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464902

Black with #464902

Text Example


Text Example

White with #464902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464902; }

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

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

background-color css

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

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

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

border-color css

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

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

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