Html Css Color HEX #405D12 Verdun Green

📋 copy color: '#405D12'

red 64 ◦ green 93 ◦ blue 18

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

Shades of Verdun Green #405D12

Tints of Verdun Green #405D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 36.57%
G = 53.14%
B = 10.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#405D12 (or 0x405D12) is known color: Verdun Green. HEX triplet: 40, 5D and 12. RGB value is (64,93,18). Sum of RGB (Red+Green+Blue) = 64+93+18=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #405D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D12 is #BFA2ED. Grayscale: #4C4C4C. Windows color (decimal): -12559086 or 1203520. OLE color: 1203520.

HSL color Cylindrical-coordinate representation of color #405D12: hue angle of 83.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #405D12 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 93 18 -
CMYK 0.31 0 0.81 0.64
HSL 83.2º 0.68% 0.22% -
HSV(B) 83.2º 0.81% 0.36% -
XYZ 6.14 8.96 1.98 -
YUV 75.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 64 93 18 0.31 0 0.81 0.64 83.2 0.68 0.22
Hex 40 5D 12 1F 0 51 40 53 44 16
Octal 100 135 22 37 0 121 100 123 104 26
Binary 1000000 1011101 10010 11111 0 1010001 1000000 1010011 1000100 10110

Color Harmonies of #405D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D12

Black with #405D12

Text Example


Text Example

White with #405D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405D12; }

 p { color: rgb(64,93,18); }

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

background-color css

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

 a { background-color: rgb(64,93,18); }

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

border-color css

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

 span { border-color: rgb(64,93,18); }

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