Html Css Color HEX #405310 Verdun Green

📋 copy color: '#405310'

red 64 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #405310

Tints of Verdun Green #405310

RGB

 RED value IS 64 (25.39% from 255) = 39.26%

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

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

R = 39.26%
G = 50.92%
B = 9.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#405310 (or 0x405310) is known color: Verdun Green. HEX triplet: 40, 53 and 10. RGB value is (64,83,16). Sum of RGB (Red+Green+Blue) = 64+83+16=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #405310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405310 is #BFACEF. Grayscale: #454545. Windows color (decimal): -12561648 or 1069888. OLE color: 1069888.

HSL color Cylindrical-coordinate representation of color #405310: hue angle of 77.01º 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 #405310 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 16 -
CMYK 0.23 0 0.81 0.67
HSL 77.01º 0.68% 0.19% -
HSV(B) 77.01º 0.81% 0.33% -
XYZ 5.3 7.31 1.62 -
YUV 69.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 64 83 16 0.23 0 0.81 0.67 77.01 0.68 0.19
Hex 40 53 10 17 0 51 43 4D 44 13
Octal 100 123 20 27 0 121 103 115 104 23
Binary 1000000 1010011 10000 10111 0 1010001 1000011 1001101 1000100 10011

Color Harmonies of #405310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405310

Black with #405310

Text Example


Text Example

White with #405310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405310; }

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

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

background-color css

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

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

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

border-color css

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

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

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