Html Css Color HEX #40450C Verdun Green

📋 copy color: '#40450C'

red 64 ◦ green 69 ◦ blue 12

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

Shades of Verdun Green #40450C

Tints of Verdun Green #40450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.59%

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

R = 44.14%
G = 47.59%
B = 8.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#40450C (or 0x40450C) is known color: Verdun Green. HEX triplet: 40, 45 and 0C. RGB value is (64,69,12). Sum of RGB (Red+Green+Blue) = 64+69+12=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #40450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40450C is #BFBAF3. Grayscale: #3D3D3D. Windows color (decimal): -12565236 or 804160. OLE color: 804160.

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

Color convert

RGB 64 69 12 -
CMYK 0.07 0 0.83 0.73
HSL 65.26º 0.7% 0.16% -
HSV(B) 65.26º 0.83% 0.27% -
XYZ 4.31 5.37 1.16 -
YUV 61.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 64 69 12 0.07 0 0.83 0.73 65.26 0.7 0.16
Hex 40 45 C 7 0 53 49 41 46 10
Octal 100 105 14 7 0 123 111 101 106 20
Binary 1000000 1000101 1100 111 0 1010011 1001001 1000001 1000110 10000

Color Harmonies of #40450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40450C

Black with #40450C

Text Example


Text Example

White with #40450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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