Html Css Color HEX #405313 Verdun Green

📋 copy color: '#405313'

red 64 ◦ green 83 ◦ blue 19

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

Shades of Verdun Green #405313

Tints of Verdun Green #405313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 38.55%
G = 50%
B = 11.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#405313 (or 0x405313) is known color: Verdun Green. HEX triplet: 40, 53 and 13. RGB value is (64,83,19). Sum of RGB (Red+Green+Blue) = 64+83+19=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #405313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405313 is #BFACEC. Grayscale: #464646. Windows color (decimal): -12561645 or 1266496. OLE color: 1266496.

HSL color Cylindrical-coordinate representation of color #405313: hue angle of 77.81º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #405313 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 19 -
CMYK 0.23 0 0.77 0.67
HSL 77.81º 0.63% 0.2% -
HSV(B) 77.81º 0.77% 0.33% -
XYZ 5.33 7.32 1.75 -
YUV 70.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 64 83 19 0.23 0 0.77 0.67 77.81 0.63 0.2
Hex 40 53 13 17 0 4D 43 4E 3F 14
Octal 100 123 23 27 0 115 103 116 77 24
Binary 1000000 1010011 10011 10111 0 1001101 1000011 1001110 111111 10100

Color Harmonies of #405313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405313

Black with #405313

Text Example


Text Example

White with #405313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405313; }

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

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

background-color css

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

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

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

border-color css

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

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

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