Html Css Color HEX #40531C Verdun Green

📋 copy color: '#40531C'

red 64 ◦ green 83 ◦ blue 28

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

Shades of Verdun Green #40531C

Tints of Verdun Green #40531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16%

R = 36.57%
G = 47.43%
B = 16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#40531C (or 0x40531C) is known color: Verdun Green. HEX triplet: 40, 53 and 1C. RGB value is (64,83,28). Sum of RGB (Red+Green+Blue) = 64+83+28=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #40531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40531C is #BFACE3. Grayscale: #474747. Windows color (decimal): -12561636 or 1856320. OLE color: 1856320.

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

Color convert

RGB 64 83 28 -
CMYK 0.23 0 0.66 0.67
HSL 80.73º 0.5% 0.22% -
HSV(B) 80.73º 0.66% 0.33% -
XYZ 5.42 7.36 2.23 -
YUV 71.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 64 83 28 0.23 0 0.66 0.67 80.73 0.5 0.22
Hex 40 53 1C 17 0 42 43 51 32 16
Octal 100 123 34 27 0 102 103 121 62 26
Binary 1000000 1010011 11100 10111 0 1000010 1000011 1010001 110010 10110

Color Harmonies of #40531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40531C

Black with #40531C

Text Example


Text Example

White with #40531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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