Html Css Color HEX #465309 Verdun Green

📋 copy color: '#465309'

red 70 ◦ green 83 ◦ blue 9

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

Shades of Verdun Green #465309

Tints of Verdun Green #465309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.23%

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

R = 43.21%
G = 51.23%
B = 5.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#465309 (or 0x465309) is known color: Verdun Green. HEX triplet: 46, 53 and 09. RGB value is (70,83,9). Sum of RGB (Red+Green+Blue) = 70+83+9=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #465309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465309 is #B9ACF6. Grayscale: #464646. Windows color (decimal): -12168439 or 611142. OLE color: 611142.

HSL color Cylindrical-coordinate representation of color #465309: hue angle of 70.54º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #465309 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 9 -
CMYK 0.16 0 0.89 0.67
HSL 70.54º 0.8% 0.18% -
HSV(B) 70.54º 0.89% 0.33% -
XYZ 5.67 7.51 1.41 -
YUV 70.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 70 83 9 0.16 0 0.89 0.67 70.54 0.8 0.18
Hex 46 53 9 10 0 59 43 47 50 12
Octal 106 123 11 20 0 131 103 107 120 22
Binary 1000110 1010011 1001 10000 0 1011001 1000011 1000111 1010000 10010

Color Harmonies of #465309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465309

Black with #465309

Text Example


Text Example

White with #465309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465309; }

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

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

background-color css

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

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

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

border-color css

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

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

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