Html Css Color HEX #405318 Verdun Green

📋 copy color: '#405318'

red 64 ◦ green 83 ◦ blue 24

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

Shades of Verdun Green #405318

Tints of Verdun Green #405318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 37.43%
G = 48.54%
B = 14.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#405318 (or 0x405318) is known color: Verdun Green. HEX triplet: 40, 53 and 18. RGB value is (64,83,24). Sum of RGB (Red+Green+Blue) = 64+83+24=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #405318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405318 is #BFACE7. Grayscale: #464646. Windows color (decimal): -12561640 or 1594176. OLE color: 1594176.

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

Color convert

RGB 64 83 24 -
CMYK 0.23 0 0.71 0.67
HSL 79.32º 0.55% 0.21% -
HSV(B) 79.32º 0.71% 0.33% -
XYZ 5.37 7.34 2 -
YUV 70.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 64 83 24 0.23 0 0.71 0.67 79.32 0.55 0.21
Hex 40 53 18 17 0 47 43 4F 37 15
Octal 100 123 30 27 0 107 103 117 67 25
Binary 1000000 1010011 11000 10111 0 1000111 1000011 1001111 110111 10101

Color Harmonies of #405318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405318

Black with #405318

Text Example


Text Example

White with #405318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405318; }

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

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

background-color css

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

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

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

border-color css

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

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

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