Html Css Color HEX #405305 Verdun Green

📋 copy color: '#405305'

red 64 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #405305

Tints of Verdun Green #405305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.61%

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

R = 42.11%
G = 54.61%
B = 3.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#405305 (or 0x405305) is known color: Verdun Green. HEX triplet: 40, 53 and 05. RGB value is (64,83,5). Sum of RGB (Red+Green+Blue) = 64+83+5=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #405305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405305 is #BFACFA. Grayscale: #444444. Windows color (decimal): -12561659 or 348992. OLE color: 348992.

HSL color Cylindrical-coordinate representation of color #405305: hue angle of 74.62º 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 #405305 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 5 -
CMYK 0.23 0 0.94 0.67
HSL 74.62º 0.89% 0.17% -
HSV(B) 74.62º 0.94% 0.33% -
XYZ 5.24 7.29 1.27 -
YUV 68.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 64 83 5 0.23 0 0.94 0.67 74.62 0.89 0.17
Hex 40 53 5 17 0 5E 43 4B 59 11
Octal 100 123 5 27 0 136 103 113 131 21
Binary 1000000 1010011 101 10111 0 1011110 1000011 1001011 1011001 10001

Color Harmonies of #405305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405305

Black with #405305

Text Example


Text Example

White with #405305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405305; }

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

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

background-color css

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

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

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

border-color css

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

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

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