Html Css Color HEX #465A00 Verdun Green

📋 copy color: '#465A00'

red 70 ◦ green 90 ◦ blue 0

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

Shades of Verdun Green #465A00

Tints of Verdun Green #465A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 56.25%

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

R = 43.75%
G = 56.25%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#465A00 (or 0x465A00) is known color: Verdun Green. HEX triplet: 46, 5A and 00. RGB value is (70,90,0). Sum of RGB (Red+Green+Blue) = 70+90+0=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #465A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A00 is #B9A5FF. Grayscale: #4A4A4A. Windows color (decimal): -12166656 or 23110. OLE color: 23110.

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

Color convert

RGB 70 90 0 -
CMYK 0.22 0 1 0.65
HSL 73.33º 1% 0.18% -
HSV(B) 73.33º 1% 0.35% -
XYZ 6.18 8.61 1.34 -
YUV 73.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 70 90 0 0.22 0 1 0.65 73.33 1 0.18
Hex 46 5A 0 16 0 64 41 49 64 12
Octal 106 132 0 26 0 144 101 111 144 22
Binary 1000110 1011010 0 10110 0 1100100 1000001 1001001 1100100 10010

Color Harmonies of #465A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A00

Black with #465A00

Text Example


Text Example

White with #465A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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