Html Css Color HEX #40570F Verdun Green

📋 copy color: '#40570F'

red 64 ◦ green 87 ◦ blue 15

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

Shades of Verdun Green #40570F

Tints of Verdun Green #40570F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 52.41%

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

R = 38.55%
G = 52.41%
B = 9.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#40570F (or 0x40570F) is known color: Verdun Green. HEX triplet: 40, 57 and 0F. RGB value is (64,87,15). Sum of RGB (Red+Green+Blue) = 64+87+15=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #40570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40570F is #BFA8F0. Grayscale: #484848. Windows color (decimal): -12560625 or 1005376. OLE color: 1005376.

HSL color Cylindrical-coordinate representation of color #40570F: hue angle of 79.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40570F is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 15 -
CMYK 0.26 0 0.83 0.66
HSL 79.17º 0.71% 0.2% -
HSV(B) 79.17º 0.83% 0.34% -
XYZ 5.61 7.94 1.69 -
YUV 71.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 64 87 15 0.26 0 0.83 0.66 79.17 0.71 0.2
Hex 40 57 F 1A 0 53 42 4F 47 14
Octal 100 127 17 32 0 123 102 117 107 24
Binary 1000000 1010111 1111 11010 0 1010011 1000010 1001111 1000111 10100

Color Harmonies of #40570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40570F

Black with #40570F

Text Example


Text Example

White with #40570F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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