#38570F

Color #38570F Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #38570F

Tints of Verdun Green #38570F

Color information

#38570F (or 0x38570F) is unknown color: approx Verdun Green. HEX triplet: 38, 57 and 0F. RGB value is (56,87,15). Sum of RGB (Red+Green+Blue) = 56+87+15=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #38570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38570F is #C7A8F0. Grayscale: #454545. Windows color (decimal): -13084913 or 1005368. OLE color: 1005368.

HSL color Cylindrical-coordinate representation of color #38570F: hue angle of 85.83º 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 #38570F is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB568715-
CMYK0.3600.830.66
HSL85.83º70.59%20%-
HSV(B)85.83º82.76%34.12%-
XYZ5.137.691.67-
YUV69.5297.23118.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=35.44%
G=55.06%
B=9.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687150.3600.830.6685.8370.5920
Hex3857F2405342564714
Octal701271744012310212610724
Binary111000101011111111001000101001110000101010110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38570F;
 }
 .AnyTagClassName
 {
   color: #38570F;
 }
</style>
background-color css

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

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

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

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

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

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