Html Css Color HEX #405301 Verdun Green

📋 copy color: '#405301'

red 64 ◦ green 83 ◦ blue 1

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

Shades of Verdun Green #405301

Tints of Verdun Green #405301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 43.24%
G = 56.08%
B = 0.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#405301 (or 0x405301) is known color: Verdun Green. HEX triplet: 40, 53 and 01. RGB value is (64,83,1). Sum of RGB (Red+Green+Blue) = 64+83+1=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #405301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405301 is #BFACFE. Grayscale: #444444. Windows color (decimal): -12561663 or 86848. OLE color: 86848.

HSL color Cylindrical-coordinate representation of color #405301: hue angle of 73.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #405301 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 1 -
CMYK 0.23 0 0.99 0.67
HSL 73.9º 0.98% 0.16% -
HSV(B) 73.9º 0.99% 0.33% -
XYZ 5.21 7.28 1.16 -
YUV 67.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 64 83 1 0.23 0 0.99 0.67 73.9 0.98 0.16
Hex 40 53 1 17 0 63 43 4A 62 10
Octal 100 123 1 27 0 143 103 112 142 20
Binary 1000000 1010011 1 10111 0 1100011 1000011 1001010 1100010 10000

Color Harmonies of #405301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405301

Black with #405301

Text Example


Text Example

White with #405301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405301; }

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

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

background-color css

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

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

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

border-color css

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

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

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