Html Css Color HEX #405C09 Verdun Green

📋 copy color: '#405C09'

red 64 ◦ green 92 ◦ blue 9

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

Shades of Verdun Green #405C09

Tints of Verdun Green #405C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 55.76%

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 38.79%
G = 55.76%
B = 5.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#405C09 (or 0x405C09) is known color: Verdun Green. HEX triplet: 40, 5C and 09. RGB value is (64,92,9). Sum of RGB (Red+Green+Blue) = 64+92+9=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #405C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C09 is #BFA3F6. Grayscale: #4A4A4A. Windows color (decimal): -12559351 or 613440. OLE color: 613440.

HSL color Cylindrical-coordinate representation of color #405C09: hue angle of 80.24º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405C09 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 92 9 -
CMYK 0.30 0 0.90 0.64
HSL 80.24º 0.82% 0.2% -
HSV(B) 80.24º 0.9% 0.36% -
XYZ 5.99 8.76 1.63 -
YUV 74.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 64 92 9 0.30 0 0.90 0.64 80.24 0.82 0.2
Hex 40 5C 9 1E 0 5A 40 50 52 14
Octal 100 134 11 36 0 132 100 120 122 24
Binary 1000000 1011100 1001 11110 0 1011010 1000000 1010000 1010010 10100

Color Harmonies of #405C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C09

Black with #405C09

Text Example


Text Example

White with #405C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,92,9); }

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

background-color css

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

 a { background-color: rgb(64,92,9); }

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

border-color css

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

 span { border-color: rgb(64,92,9); }

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