#38735E

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

Shades of Stromboli #38735E

Tints of Stromboli #38735E

Color information

#38735E (or 0x38735E) is unknown color: approx Stromboli. HEX triplet: 38, 73 and 5E. RGB value is (56,115,94). Sum of RGB (Red+Green+Blue) = 56+115+94=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #38735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38735E is #C78CA1. Grayscale: #5E5E5E. Windows color (decimal): -13077666 or 6189880. OLE color: 6189880.

HSL color Cylindrical-coordinate representation of color #38735E: hue angle of 158.64º 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 #38735E is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5611594-
CMYK0.5100.180.55
HSL158.64º34.5%33.53%-
HSV(B)158.64º51.3%45.1%-
XYZ9.7813.9112.76-
YUV94.96127.45100.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=21.13%
G=43.40%
B=35.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115940.5100.180.55158.6434.533.53
Hex38735E33012379f2322
Octal7016313663022672374342
Binary1110001110011101111011001101001011011110011111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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