Html Css Color HEX #405315 Verdun Green

📋 copy color: '#405315'

red 64 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #405315

Tints of Verdun Green #405315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 38.1%
G = 49.4%
B = 12.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#405315 (or 0x405315) is known color: Verdun Green. HEX triplet: 40, 53 and 15. RGB value is (64,83,21). Sum of RGB (Red+Green+Blue) = 64+83+21=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #405315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405315 is #BFACEA. Grayscale: #464646. Windows color (decimal): -12561643 or 1397568. OLE color: 1397568.

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

Color convert

RGB 64 83 21 -
CMYK 0.23 0 0.75 0.67
HSL 78.39º 0.6% 0.2% -
HSV(B) 78.39º 0.75% 0.33% -
XYZ 5.34 7.33 1.84 -
YUV 70.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 64 83 21 0.23 0 0.75 0.67 78.39 0.6 0.2
Hex 40 53 15 17 0 4B 43 4E 3C 14
Octal 100 123 25 27 0 113 103 116 74 24
Binary 1000000 1010011 10101 10111 0 1001011 1000011 1001110 111100 10100

Color Harmonies of #405315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405315

Black with #405315

Text Example


Text Example

White with #405315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405315; }

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

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

background-color css

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

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

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

border-color css

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

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

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