Html Css Color HEX #40531A Verdun Green

📋 copy color: '#40531A'

red 64 ◦ green 83 ◦ blue 26

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

Shades of Verdun Green #40531A

Tints of Verdun Green #40531A

RGB

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

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

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

R = 36.99%
G = 47.98%
B = 15.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#40531A (or 0x40531A) is known color: Verdun Green. HEX triplet: 40, 53 and 1A. RGB value is (64,83,26). Sum of RGB (Red+Green+Blue) = 64+83+26=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #40531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531A is #BFACE5. Grayscale: #474747. Windows color (decimal): -12561638 or 1725248. OLE color: 1725248.

HSL color Cylindrical-coordinate representation of color #40531A: hue angle of 80º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40531A is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 26 -
CMYK 0.23 0 0.69 0.67
HSL 80º 0.52% 0.21% -
HSV(B) 80º 0.69% 0.33% -
XYZ 5.39 7.35 2.11 -
YUV 70.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 64 83 26 0.23 0 0.69 0.67 80 0.52 0.21
Hex 40 53 1A 17 0 45 43 50 34 15
Octal 100 123 32 27 0 105 103 120 64 25
Binary 1000000 1010011 11010 10111 0 1000101 1000011 1010000 110100 10101

Color Harmonies of #40531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40531A

Black with #40531A

Text Example


Text Example

White with #40531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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