Html Css Color HEX #40440C Verdun Green

📋 copy color: '#40440C'

red 64 ◦ green 68 ◦ blue 12

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

Shades of Verdun Green #40440C

Tints of Verdun Green #40440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.22%

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 44.44%
G = 47.22%
B = 8.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#40440C (or 0x40440C) is known color: Verdun Green. HEX triplet: 40, 44 and 0C. RGB value is (64,68,12). Sum of RGB (Red+Green+Blue) = 64+68+12=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #40440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40440C is #BFBBF3. Grayscale: #3C3C3C. Windows color (decimal): -12565492 or 803904. OLE color: 803904.

HSL color Cylindrical-coordinate representation of color #40440C: hue angle of 64.29º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40440C is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 12 -
CMYK 0.06 0 0.82 0.73
HSL 64.29º 0.7% 0.16% -
HSV(B) 64.29º 0.82% 0.27% -
XYZ 4.25 5.25 1.14 -
YUV 60.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 64 68 12 0.06 0 0.82 0.73 64.29 0.7 0.16
Hex 40 44 C 6 0 52 49 40 46 10
Octal 100 104 14 6 0 122 111 100 106 20
Binary 1000000 1000100 1100 110 0 1010010 1001001 1000000 1000110 10000

Color Harmonies of #40440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40440C

Black with #40440C

Text Example


Text Example

White with #40440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,68,12); }

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

background-color css

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

 a { background-color: rgb(64,68,12); }

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

border-color css

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

 span { border-color: rgb(64,68,12); }

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