Html Css Color HEX #405114 Verdun Green

📋 copy color: '#405114'

red 64 ◦ green 81 ◦ blue 20

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

Shades of Verdun Green #405114

Tints of Verdun Green #405114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.09%

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 38.79%
G = 49.09%
B = 12.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#405114 (or 0x405114) is known color: Verdun Green. HEX triplet: 40, 51 and 14. RGB value is (64,81,20). Sum of RGB (Red+Green+Blue) = 64+81+20=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #405114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405114 is #BFAEEB. Grayscale: #454545. Windows color (decimal): -12562156 or 1331520. OLE color: 1331520.

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

Color convert

RGB 64 81 20 -
CMYK 0.21 0 0.75 0.68
HSL 76.72º 0.6% 0.2% -
HSV(B) 76.72º 0.75% 0.32% -
XYZ 5.18 7.03 1.74 -
YUV 68.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 64 81 20 0.21 0 0.75 0.68 76.72 0.6 0.2
Hex 40 51 14 15 0 4B 44 4D 3C 14
Octal 100 121 24 25 0 113 104 115 74 24
Binary 1000000 1010001 10100 10101 0 1001011 1000100 1001101 111100 10100

Color Harmonies of #405114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405114

Black with #405114

Text Example


Text Example

White with #405114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405114; }

 p { color: rgb(64,81,20); }

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

background-color css

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

 a { background-color: rgb(64,81,20); }

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

border-color css

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

 span { border-color: rgb(64,81,20); }

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