Html Css Color HEX #464805 Verdun Green

📋 copy color: '#464805'

red 70 ◦ green 72 ◦ blue 5

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

Shades of Verdun Green #464805

Tints of Verdun Green #464805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

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

R = 47.62%
G = 48.98%
B = 3.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#464805 (or 0x464805) is known color: Verdun Green. HEX triplet: 46, 48 and 05. RGB value is (70,72,5). Sum of RGB (Red+Green+Blue) = 70+72+5=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #464805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464805 is #B9B7FA. Grayscale: #404040. Windows color (decimal): -12171259 or 346182. OLE color: 346182.

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

Color convert

RGB 70 72 5 -
CMYK 0.03 0 0.93 0.72
HSL 61.79º 0.87% 0.15% -
HSV(B) 61.79º 0.93% 0.28% -
XYZ 4.87 5.95 1.03 -
YUV 63.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 70 72 5 0.03 0 0.93 0.72 61.79 0.87 0.15
Hex 46 48 5 3 0 5D 48 3E 57 F
Octal 106 110 5 3 0 135 110 76 127 17
Binary 1000110 1001000 101 11 0 1011101 1001000 111110 1010111 1111

Color Harmonies of #464805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464805

Black with #464805

Text Example


Text Example

White with #464805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464805; }

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

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

background-color css

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

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

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

border-color css

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

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

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