Html Css Color HEX #465A09 Verdun Green

📋 copy color: '#465A09'

red 70 ◦ green 90 ◦ blue 9

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

Shades of Verdun Green #465A09

Tints of Verdun Green #465A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.33%

R = 41.42%
G = 53.25%
B = 5.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#465A09 (or 0x465A09) is known color: Verdun Green. HEX triplet: 46, 5A and 09. RGB value is (70,90,9). Sum of RGB (Red+Green+Blue) = 70+90+9=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #465A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A09 is #B9A5F6. Grayscale: #4B4B4B. Windows color (decimal): -12166647 or 612934. OLE color: 612934.

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

Color convert

RGB 70 90 9 -
CMYK 0.22 0 0.9 0.65
HSL 74.81º 0.82% 0.19% -
HSV(B) 74.81º 0.9% 0.35% -
XYZ 6.23 8.63 1.6 -
YUV 74.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 70 90 9 0.22 0 0.9 0.65 74.81 0.82 0.19
Hex 46 5A 9 16 0 5A 41 4B 52 13
Octal 106 132 11 26 0 132 101 113 122 23
Binary 1000110 1011010 1001 10110 0 1011010 1000001 1001011 1010010 10011

Color Harmonies of #465A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A09

Black with #465A09

Text Example


Text Example

White with #465A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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