Html Css Color HEX #465809 Verdun Green

📋 copy color: '#465809'

red 70 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #465809

Tints of Verdun Green #465809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.69%

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

R = 41.92%
G = 52.69%
B = 5.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#465809 (or 0x465809) is known color: Verdun Green. HEX triplet: 46, 58 and 09. RGB value is (70,88,9). Sum of RGB (Red+Green+Blue) = 70+88+9=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #465809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465809 is #B9A7F6. Grayscale: #494949. Windows color (decimal): -12167159 or 612422. OLE color: 612422.

HSL color Cylindrical-coordinate representation of color #465809: hue angle of 73.67º degrees, saturation: 0.81, 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 #465809 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 9 -
CMYK 0.20 0 0.90 0.65
HSL 73.67º 0.81% 0.19% -
HSV(B) 73.67º 0.9% 0.35% -
XYZ 6.06 8.3 1.54 -
YUV 73.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 70 88 9 0.20 0 0.90 0.65 73.67 0.81 0.19
Hex 46 58 9 14 0 5A 41 4A 51 13
Octal 106 130 11 24 0 132 101 112 121 23
Binary 1000110 1011000 1001 10100 0 1011010 1000001 1001010 1010001 10011

Color Harmonies of #465809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465809

Black with #465809

Text Example


Text Example

White with #465809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465809; }

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

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

background-color css

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

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

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

border-color css

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

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

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