Html Css Color HEX #464503 Verdun Green

📋 copy color: '#464503'

red 70 ◦ green 69 ◦ blue 3

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

Shades of Verdun Green #464503

Tints of Verdun Green #464503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

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

R = 49.3%
G = 48.59%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#464503 (or 0x464503) is known color: Verdun Green. HEX triplet: 46, 45 and 03. RGB value is (70,69,3). Sum of RGB (Red+Green+Blue) = 70+69+3=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #464503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464503 is #B9BAFC. Grayscale: #3E3E3E. Windows color (decimal): -12172029 or 214342. OLE color: 214342.

HSL color Cylindrical-coordinate representation of color #464503: hue angle of 59.1º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #464503 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 69 3 -
CMYK 0 0.01 0.96 0.73
HSL 59.1º 0.92% 0.14% -
HSV(B) 59.1º 0.96% 0.27% -
XYZ 4.67 5.56 0.91 -
YUV 61.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 70 69 3 0 0.01 0.96 0.73 59.1 0.92 0.14
Hex 46 45 3 0 1 60 49 3B 5C E
Octal 106 105 3 0 1 140 111 73 134 16
Binary 1000110 1000101 11 0 1 1100000 1001001 111011 1011100 1110

Color Harmonies of #464503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464503

Black with #464503

Text Example


Text Example

White with #464503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464503; }

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

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

background-color css

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

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

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

border-color css

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

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

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