Html Css Color HEX #40460D Verdun Green

📋 copy color: '#40460D'

red 64 ◦ green 70 ◦ blue 13

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

Shades of Verdun Green #40460D

Tints of Verdun Green #40460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.62%

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

R = 43.54%
G = 47.62%
B = 8.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#40460D (or 0x40460D) is known color: Verdun Green. HEX triplet: 40, 46 and 0D. RGB value is (64,70,13). Sum of RGB (Red+Green+Blue) = 64+70+13=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #40460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40460D is #BFB9F2. Grayscale: #3D3D3D. Windows color (decimal): -12564979 or 869952. OLE color: 869952.

HSL color Cylindrical-coordinate representation of color #40460D: hue angle of 66.32º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40460D is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 13 -
CMYK 0.09 0 0.81 0.73
HSL 66.32º 0.69% 0.16% -
HSV(B) 66.32º 0.81% 0.27% -
XYZ 4.38 5.5 1.21 -
YUV 61.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 64 70 13 0.09 0 0.81 0.73 66.32 0.69 0.16
Hex 40 46 D 9 0 51 49 42 45 10
Octal 100 106 15 11 0 121 111 102 105 20
Binary 1000000 1000110 1101 1001 0 1010001 1001001 1000010 1000101 10000

Color Harmonies of #40460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40460D

Black with #40460D

Text Example


Text Example

White with #40460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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