Html Css Color HEX #405319 Verdun Green

📋 copy color: '#405319'

red 64 ◦ green 83 ◦ blue 25

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

Shades of Verdun Green #405319

Tints of Verdun Green #405319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 37.21%
G = 48.26%
B = 14.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#405319 (or 0x405319) is known color: Verdun Green. HEX triplet: 40, 53 and 19. RGB value is (64,83,25). Sum of RGB (Red+Green+Blue) = 64+83+25=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #405319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405319 is #BFACE6. Grayscale: #464646. Windows color (decimal): -12561639 or 1659712. OLE color: 1659712.

HSL color Cylindrical-coordinate representation of color #405319: hue angle of 79.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #405319 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 25 -
CMYK 0.23 0 0.70 0.67
HSL 79.66º 0.54% 0.21% -
HSV(B) 79.66º 0.7% 0.33% -
XYZ 5.38 7.35 2.05 -
YUV 70.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 64 83 25 0.23 0 0.70 0.67 79.66 0.54 0.21
Hex 40 53 19 17 0 46 43 50 36 15
Octal 100 123 31 27 0 106 103 120 66 25
Binary 1000000 1010011 11001 10111 0 1000110 1000011 1010000 110110 10101

Color Harmonies of #405319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405319

Black with #405319

Text Example


Text Example

White with #405319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405319; }

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

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

background-color css

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

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

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

border-color css

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

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

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