Html Css Color HEX #40530F Verdun Green

📋 copy color: '#40530F'

red 64 ◦ green 83 ◦ blue 15

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

Shades of Verdun Green #40530F

Tints of Verdun Green #40530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 39.51%
G = 51.23%
B = 9.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#40530F (or 0x40530F) is known color: Verdun Green. HEX triplet: 40, 53 and 0F. RGB value is (64,83,15). Sum of RGB (Red+Green+Blue) = 64+83+15=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #40530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40530F is #BFACF0. Grayscale: #454545. Windows color (decimal): -12561649 or 1004352. OLE color: 1004352.

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

Color convert

RGB 64 83 15 -
CMYK 0.23 0 0.82 0.67
HSL 76.76º 0.69% 0.19% -
HSV(B) 76.76º 0.82% 0.33% -
XYZ 5.29 7.31 1.58 -
YUV 69.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 64 83 15 0.23 0 0.82 0.67 76.76 0.69 0.19
Hex 40 53 F 17 0 52 43 4D 45 13
Octal 100 123 17 27 0 122 103 115 105 23
Binary 1000000 1010011 1111 10111 0 1010010 1000011 1001101 1000101 10011

Color Harmonies of #40530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40530F

Black with #40530F

Text Example


Text Example

White with #40530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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