Html Css Color HEX #40580A Verdun Green

📋 copy color: '#40580A'

red 64 ◦ green 88 ◦ blue 10

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

Shades of Verdun Green #40580A

Tints of Verdun Green #40580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 39.51%
G = 54.32%
B = 6.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#40580A (or 0x40580A) is known color: Verdun Green. HEX triplet: 40, 58 and 0A. RGB value is (64,88,10). Sum of RGB (Red+Green+Blue) = 64+88+10=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #40580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40580A is #BFA7F5. Grayscale: #484848. Windows color (decimal): -12560374 or 677952. OLE color: 677952.

HSL color Cylindrical-coordinate representation of color #40580A: hue angle of 78.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40580A is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 10 -
CMYK 0.27 0 0.89 0.65
HSL 78.46º 0.8% 0.19% -
HSV(B) 78.46º 0.89% 0.35% -
XYZ 5.66 8.09 1.55 -
YUV 71.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 64 88 10 0.27 0 0.89 0.65 78.46 0.8 0.19
Hex 40 58 A 1B 0 59 41 4E 50 13
Octal 100 130 12 33 0 131 101 116 120 23
Binary 1000000 1011000 1010 11011 0 1011001 1000001 1001110 1010000 10011

Color Harmonies of #40580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40580A

Black with #40580A

Text Example


Text Example

White with #40580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40580A; }

 p { color: rgb(64,88,10); }

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

background-color css

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

 a { background-color: rgb(64,88,10); }

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

border-color css

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

 span { border-color: rgb(64,88,10); }

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