Html Css Color HEX #40581A Verdun Green

📋 copy color: '#40581A'

red 64 ◦ green 88 ◦ blue 26

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

Shades of Verdun Green #40581A

Tints of Verdun Green #40581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 35.96%
G = 49.44%
B = 14.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#40581A (or 0x40581A) is known color: Verdun Green. HEX triplet: 40, 58 and 1A. RGB value is (64,88,26). Sum of RGB (Red+Green+Blue) = 64+88+26=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #40581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40581A is #BFA7E5. Grayscale: #494949. Windows color (decimal): -12560358 or 1726528. OLE color: 1726528.

HSL color Cylindrical-coordinate representation of color #40581A: hue angle of 83.23º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40581A is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 26 -
CMYK 0.27 0 0.70 0.65
HSL 83.23º 0.54% 0.22% -
HSV(B) 83.23º 0.7% 0.35% -
XYZ 5.79 8.14 2.24 -
YUV 73.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 64 88 26 0.27 0 0.70 0.65 83.23 0.54 0.22
Hex 40 58 1A 1B 0 46 41 53 36 16
Octal 100 130 32 33 0 106 101 123 66 26
Binary 1000000 1011000 11010 11011 0 1000110 1000001 1010011 110110 10110

Color Harmonies of #40581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40581A

Black with #40581A

Text Example


Text Example

White with #40581A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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