#38570B

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

Shades of Verdun Green #38570B

Tints of Verdun Green #38570B

Color information

#38570B (or 0x38570B) is unknown color: approx Verdun Green. HEX triplet: 38, 57 and 0B. RGB value is (56,87,11). Sum of RGB (Red+Green+Blue) = 56+87+11=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #38570B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38570B is #C7A8F4. Grayscale: #454545. Windows color (decimal): -13084917 or 743224. OLE color: 743224.

HSL color Cylindrical-coordinate representation of color #38570B: hue angle of 84.47º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38570B is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB568711-
CMYK0.3600.870.66
HSL84.47º77.55%19.22%-
HSV(B)84.47º87.36%34.12%-
XYZ5.17.681.53-
YUV69.0795.23118.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 87 (34.38% from 255) = 56.49%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=36.36%
G=56.49%
B=7.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687110.3600.870.6684.4777.5519.22
Hex3857B2405742544e13
Octal701271344012710212411623
Binary111000101011110111001000101011110000101010100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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