Html Css Color HEX #465310 Verdun Green

📋 copy color: '#465310'

red 70 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #465310

Tints of Verdun Green #465310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 41.42%
G = 49.11%
B = 9.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#465310 (or 0x465310) is known color: Verdun Green. HEX triplet: 46, 53 and 10. RGB value is (70,83,16). Sum of RGB (Red+Green+Blue) = 70+83+16=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #465310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465310 is #B9ACEF. Grayscale: #474747. Windows color (decimal): -12168432 or 1069894. OLE color: 1069894.

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

Color convert

RGB 70 83 16 -
CMYK 0.16 0 0.81 0.67
HSL 71.64º 0.68% 0.19% -
HSV(B) 71.64º 0.81% 0.33% -
XYZ 5.71 7.53 1.64 -
YUV 71.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 70 83 16 0.16 0 0.81 0.67 71.64 0.68 0.19
Hex 46 53 10 10 0 51 43 48 44 13
Octal 106 123 20 20 0 121 103 110 104 23
Binary 1000110 1010011 10000 10000 0 1010001 1000011 1001000 1000100 10011

Color Harmonies of #465310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465310

Black with #465310

Text Example


Text Example

White with #465310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465310; }

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

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

background-color css

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

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

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

border-color css

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

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

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