Html Css Color HEX #464505 Verdun Green

📋 copy color: '#464505'

red 70 ◦ green 69 ◦ blue 5

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

Shades of Verdun Green #464505

Tints of Verdun Green #464505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.47%

R = 48.61%
G = 47.92%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#464505 (or 0x464505) is known color: Verdun Green. HEX triplet: 46, 45 and 05. RGB value is (70,69,5). Sum of RGB (Red+Green+Blue) = 70+69+5=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #464505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464505 is #B9BAFA. Grayscale: #3E3E3E. Windows color (decimal): -12172027 or 345414. OLE color: 345414.

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

Color convert

RGB 70 69 5 -
CMYK 0 0.01 0.93 0.73
HSL 59.08º 0.87% 0.15% -
HSV(B) 59.08º 0.93% 0.27% -
XYZ 4.68 5.57 0.97 -
YUV 62 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 70 69 5 0 0.01 0.93 0.73 59.08 0.87 0.15
Hex 46 45 5 0 1 5D 49 3B 57 F
Octal 106 105 5 0 1 135 111 73 127 17
Binary 1000110 1000101 101 0 1 1011101 1001001 111011 1010111 1111

Color Harmonies of #464505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464505

Black with #464505

Text Example


Text Example

White with #464505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464505; }

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

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

background-color css

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

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

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

border-color css

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

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

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