Html Css Color HEX #465A05 Verdun Green

📋 copy color: '#465A05'

red 70 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #465A05

Tints of Verdun Green #465A05

RGB

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

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

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

R = 42.42%
G = 54.55%
B = 3.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#465A05 (or 0x465A05) is known color: Verdun Green. HEX triplet: 46, 5A and 05. RGB value is (70,90,5). Sum of RGB (Red+Green+Blue) = 70+90+5=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #465A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A05 is #B9A5FA. Grayscale: #4A4A4A. Windows color (decimal): -12166651 or 350790. OLE color: 350790.

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

Color convert

RGB 70 90 5 -
CMYK 0.22 0 0.94 0.65
HSL 74.12º 0.89% 0.19% -
HSV(B) 74.12º 0.94% 0.35% -
XYZ 6.21 8.63 1.48 -
YUV 74.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 70 90 5 0.22 0 0.94 0.65 74.12 0.89 0.19
Hex 46 5A 5 16 0 5E 41 4A 59 13
Octal 106 132 5 26 0 136 101 112 131 23
Binary 1000110 1011010 101 10110 0 1011110 1000001 1001010 1011001 10011

Color Harmonies of #465A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A05

Black with #465A05

Text Example


Text Example

White with #465A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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