Html Css Color HEX #40450F Verdun Green

📋 copy color: '#40450F'

red 64 ◦ green 69 ◦ blue 15

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

Shades of Verdun Green #40450F

Tints of Verdun Green #40450F

RGB

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

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

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

R = 43.24%
G = 46.62%
B = 10.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#40450F (or 0x40450F) is known color: Verdun Green. HEX triplet: 40, 45 and 0F. RGB value is (64,69,15). Sum of RGB (Red+Green+Blue) = 64+69+15=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #40450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40450F is #BFBAF0. Grayscale: #3D3D3D. Windows color (decimal): -12565233 or 1000768. OLE color: 1000768.

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

Color convert

RGB 64 69 15 -
CMYK 0.07 0 0.78 0.73
HSL 65.56º 0.64% 0.16% -
HSV(B) 65.56º 0.78% 0.27% -
XYZ 4.33 5.38 1.26 -
YUV 61.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 64 69 15 0.07 0 0.78 0.73 65.56 0.64 0.16
Hex 40 45 F 7 0 4E 49 42 40 10
Octal 100 105 17 7 0 116 111 102 100 20
Binary 1000000 1000101 1111 111 0 1001110 1001001 1000010 1000000 10000

Color Harmonies of #40450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40450F

Black with #40450F

Text Example


Text Example

White with #40450F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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