Html Css Color HEX #40530A Verdun Green

📋 copy color: '#40530A'

red 64 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #40530A

Tints of Verdun Green #40530A

RGB

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

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

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

R = 40.76%
G = 52.87%
B = 6.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#40530A (or 0x40530A) is known color: Verdun Green. HEX triplet: 40, 53 and 0A. RGB value is (64,83,10). Sum of RGB (Red+Green+Blue) = 64+83+10=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #40530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40530A is #BFACF5. Grayscale: #454545. Windows color (decimal): -12561654 or 676672. OLE color: 676672.

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

Color convert

RGB 64 83 10 -
CMYK 0.23 0 0.88 0.67
HSL 75.62º 0.78% 0.18% -
HSV(B) 75.62º 0.88% 0.33% -
XYZ 5.26 7.3 1.42 -
YUV 69 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 64 83 10 0.23 0 0.88 0.67 75.62 0.78 0.18
Hex 40 53 A 17 0 58 43 4C 4E 12
Octal 100 123 12 27 0 130 103 114 116 22
Binary 1000000 1010011 1010 10111 0 1011000 1000011 1001100 1001110 10010

Color Harmonies of #40530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40530A

Black with #40530A

Text Example


Text Example

White with #40530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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