Html Css Color HEX #405C13 Verdun Green

📋 copy color: '#405C13'

red 64 ◦ green 92 ◦ blue 19

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

Shades of Verdun Green #405C13

Tints of Verdun Green #405C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 36.57%
G = 52.57%
B = 10.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#405C13 (or 0x405C13) is known color: Verdun Green. HEX triplet: 40, 5C and 13. RGB value is (64,92,19). Sum of RGB (Red+Green+Blue) = 64+92+19=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #405C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405C13 is #BFA3EC. Grayscale: #4B4B4B. Windows color (decimal): -12559341 or 1268800. OLE color: 1268800.

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

Color convert

RGB 64 92 19 -
CMYK 0.30 0 0.79 0.64
HSL 83.01º 0.66% 0.22% -
HSV(B) 83.01º 0.79% 0.36% -
XYZ 6.06 8.79 1.99 -
YUV 75.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 64 92 19 0.30 0 0.79 0.64 83.01 0.66 0.22
Hex 40 5C 13 1E 0 4F 40 53 42 16
Octal 100 134 23 36 0 117 100 123 102 26
Binary 1000000 1011100 10011 11110 0 1001111 1000000 1010011 1000010 10110

Color Harmonies of #405C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C13

Black with #405C13

Text Example


Text Example

White with #405C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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