Html Css Color HEX #465404 Verdun Green

📋 copy color: '#465404'

red 70 ◦ green 84 ◦ blue 4

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

Shades of Verdun Green #465404

Tints of Verdun Green #465404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.16%

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 44.3%
G = 53.16%
B = 2.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#465404 (or 0x465404) is known color: Verdun Green. HEX triplet: 46, 54 and 04. RGB value is (70,84,4). Sum of RGB (Red+Green+Blue) = 70+84+4=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #465404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465404 is #B9ABFB. Grayscale: #474747. Windows color (decimal): -12168188 or 283718. OLE color: 283718.

HSL color Cylindrical-coordinate representation of color #465404: hue angle of 70.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #465404 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 4 -
CMYK 0.17 0 0.95 0.67
HSL 70.5º 0.91% 0.17% -
HSV(B) 70.5º 0.95% 0.33% -
XYZ 5.72 7.65 1.29 -
YUV 70.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 70 84 4 0.17 0 0.95 0.67 70.5 0.91 0.17
Hex 46 54 4 11 0 5F 43 46 5B 11
Octal 106 124 4 21 0 137 103 106 133 21
Binary 1000110 1010100 100 10001 0 1011111 1000011 1000110 1011011 10001

Color Harmonies of #465404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465404

Black with #465404

Text Example


Text Example

White with #465404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465404; }

 p { color: rgb(70,84,4); }

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

background-color css

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

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

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

border-color css

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

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

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