Html Css Color HEX #464603 Verdun Green

📋 copy color: '#464603'

red 70 ◦ green 70 ◦ blue 3

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

Shades of Verdun Green #464603

Tints of Verdun Green #464603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

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

R = 48.95%
G = 48.95%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#464603 (or 0x464603) is known color: Verdun Green. HEX triplet: 46, 46 and 03. RGB value is (70,70,3). Sum of RGB (Red+Green+Blue) = 70+70+3=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464603 is #B9B9FC. Grayscale: #3E3E3E. Windows color (decimal): -12171773 or 214598. OLE color: 214598.

HSL color Cylindrical-coordinate representation of color #464603: hue angle of 60º 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 #464603 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 3 -
CMYK 0 0 0.96 0.73
HSL 60º 0.92% 0.14% -
HSV(B) 60º 0.96% 0.27% -
XYZ 4.73 5.69 0.93 -
YUV 62.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 70 70 3 0 0 0.96 0.73 60 0.92 0.14
Hex 46 46 3 0 0 60 49 3C 5C E
Octal 106 106 3 0 0 140 111 74 134 16
Binary 1000110 1000110 11 0 0 1100000 1001001 111100 1011100 1110

Color Harmonies of #464603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464603

Black with #464603

Text Example


Text Example

White with #464603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464603; }

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

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

background-color css

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

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

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

border-color css

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

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

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