Html Css Color HEX #40530D Verdun Green

📋 copy color: '#40530D'

red 64 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #40530D

Tints of Verdun Green #40530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 40%
G = 51.88%
B = 8.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#40530D (or 0x40530D) is known color: Verdun Green. HEX triplet: 40, 53 and 0D. RGB value is (64,83,13). Sum of RGB (Red+Green+Blue) = 64+83+13=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #40530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40530D is #BFACF2. Grayscale: #454545. Windows color (decimal): -12561651 or 873280. OLE color: 873280.

HSL color Cylindrical-coordinate representation of color #40530D: hue angle of 76.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40530D is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 13 -
CMYK 0.23 0 0.84 0.67
HSL 76.29º 0.73% 0.19% -
HSV(B) 76.29º 0.84% 0.33% -
XYZ 5.28 7.31 1.51 -
YUV 69.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 64 83 13 0.23 0 0.84 0.67 76.29 0.73 0.19
Hex 40 53 D 17 0 54 43 4C 49 13
Octal 100 123 15 27 0 124 103 114 111 23
Binary 1000000 1010011 1101 10111 0 1010100 1000011 1001100 1001001 10011

Color Harmonies of #40530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40530D

Black with #40530D

Text Example


Text Example

White with #40530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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