Html Css Color HEX #405405 Verdun Green

📋 copy color: '#405405'

red 64 ◦ green 84 ◦ blue 5

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

Shades of Verdun Green #405405

Tints of Verdun Green #405405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.9%

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 41.83%
G = 54.9%
B = 3.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#405405 (or 0x405405) is known color: Verdun Green. HEX triplet: 40, 54 and 05. RGB value is (64,84,5). Sum of RGB (Red+Green+Blue) = 64+84+5=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #405405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405405 is #BFABFA. Grayscale: #454545. Windows color (decimal): -12561403 or 349248. OLE color: 349248.

HSL color Cylindrical-coordinate representation of color #405405: hue angle of 75.19º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #405405 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 5 -
CMYK 0.24 0 0.94 0.67
HSL 75.19º 0.89% 0.17% -
HSV(B) 75.19º 0.94% 0.33% -
XYZ 5.31 7.44 1.3 -
YUV 69.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 64 84 5 0.24 0 0.94 0.67 75.19 0.89 0.17
Hex 40 54 5 18 0 5E 43 4B 59 11
Octal 100 124 5 30 0 136 103 113 131 21
Binary 1000000 1010100 101 11000 0 1011110 1000011 1001011 1011001 10001

Color Harmonies of #405405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405405

Black with #405405

Text Example


Text Example

White with #405405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405405; }

 p { color: rgb(64,84,5); }

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

background-color css

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

 a { background-color: rgb(64,84,5); }

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

border-color css

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

 span { border-color: rgb(64,84,5); }

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