Html Css Color HEX #465A06 Verdun Green

📋 copy color: '#465A06'

red 70 ◦ green 90 ◦ blue 6

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

Shades of Verdun Green #465A06

Tints of Verdun Green #465A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 42.17%
G = 54.22%
B = 3.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#465A06 (or 0x465A06) is known color: Verdun Green. HEX triplet: 46, 5A and 06. RGB value is (70,90,6). Sum of RGB (Red+Green+Blue) = 70+90+6=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #465A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A06 is #B9A5F9. Grayscale: #4A4A4A. Windows color (decimal): -12166650 or 416326. OLE color: 416326.

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

Color convert

RGB 70 90 6 -
CMYK 0.22 0 0.93 0.65
HSL 74.29º 0.88% 0.19% -
HSV(B) 74.29º 0.93% 0.35% -
XYZ 6.21 8.63 1.51 -
YUV 74.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 70 90 6 0.22 0 0.93 0.65 74.29 0.88 0.19
Hex 46 5A 6 16 0 5D 41 4A 58 13
Octal 106 132 6 26 0 135 101 112 130 23
Binary 1000110 1011010 110 10110 0 1011101 1000001 1001010 1011000 10011

Color Harmonies of #465A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A06

Black with #465A06

Text Example


Text Example

White with #465A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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