#38735C

Color #38735C Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #38735C

Tints of Stromboli #38735C

Color information

#38735C (or 0x38735C) is unknown color: approx Stromboli. HEX triplet: 38, 73 and 5C. RGB value is (56,115,92). Sum of RGB (Red+Green+Blue) = 56+115+92=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #38735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38735C is #C78CA3. Grayscale: #5E5E5E. Windows color (decimal): -13077668 or 6058808. OLE color: 6058808.

HSL color Cylindrical-coordinate representation of color #38735C: hue angle of 156.61º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38735C is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB5611592-
CMYK0.5100.200.55
HSL156.61º34.5%33.53%-
HSV(B)156.61º51.3%45.1%-
XYZ9.6913.8712.29-
YUV94.74126.45100.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=21.29%
G=43.73%
B=34.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115920.5100.200.55156.6134.533.53
Hex38735C33014379d2322
Octal7016313463024672354342
Binary1110001110011101110011001101010011011110011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,115,92); }

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

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

 a { background-color: rgb(56,115,92); }

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

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

 span { border-color: rgb(56,115,92); }

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