Html Css Color HEX #465500 Verdun Green

📋 copy color: '#465500'

red 70 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #465500

Tints of Verdun Green #465500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.16%
G = 54.84%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#465500 (or 0x465500) is known color: Verdun Green. HEX triplet: 46, 55 and 00. RGB value is (70,85,0). Sum of RGB (Red+Green+Blue) = 70+85+0=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #465500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465500 is #B9AAFF. Grayscale: #474747. Windows color (decimal): -12167936 or 21830. OLE color: 21830.

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

Color convert

RGB 70 85 0 -
CMYK 0.18 0 1 0.67
HSL 70.59º 1% 0.17% -
HSV(B) 70.59º 1% 0.33% -
XYZ 5.77 7.8 1.2 -
YUV 70.83 88.03 127.41 -
System Red Green Blue C M Y K H S L
Decimal 70 85 0 0.18 0 1 0.67 70.59 1 0.17
Hex 46 55 0 12 0 64 43 47 64 11
Octal 106 125 0 22 0 144 103 107 144 21
Binary 1000110 1010101 0 10010 0 1100100 1000011 1000111 1100100 10001

Color Harmonies of #465500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465500

Black with #465500

Text Example


Text Example

White with #465500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465500; }

 p { color: rgb(70,85,0); }

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

background-color css

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

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

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

border-color css

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

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

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