Html Css Color HEX #465805 Verdun Green

📋 copy color: '#465805'

red 70 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #465805

Tints of Verdun Green #465805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

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

R = 42.94%
G = 53.99%
B = 3.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#465805 (or 0x465805) is known color: Verdun Green. HEX triplet: 46, 58 and 05. RGB value is (70,88,5). Sum of RGB (Red+Green+Blue) = 70+88+5=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #465805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465805 is #B9A7FA. Grayscale: #494949. Windows color (decimal): -12167163 or 350278. OLE color: 350278.

HSL color Cylindrical-coordinate representation of color #465805: hue angle of 73.01º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #465805 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 5 -
CMYK 0.20 0 0.94 0.65
HSL 73.01º 0.89% 0.18% -
HSV(B) 73.01º 0.94% 0.35% -
XYZ 6.04 8.29 1.43 -
YUV 73.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 70 88 5 0.20 0 0.94 0.65 73.01 0.89 0.18
Hex 46 58 5 14 0 5E 41 49 59 12
Octal 106 130 5 24 0 136 101 111 131 22
Binary 1000110 1011000 101 10100 0 1011110 1000001 1001001 1011001 10010

Color Harmonies of #465805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465805

Black with #465805

Text Example


Text Example

White with #465805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465805; }

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

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

background-color css

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

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

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

border-color css

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

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

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