#38745D

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

Shades of Stromboli #38745D

Tints of Stromboli #38745D

Color information

#38745D (or 0x38745D) is unknown color: approx Stromboli. HEX triplet: 38, 74 and 5D. RGB value is (56,116,93). Sum of RGB (Red+Green+Blue) = 56+116+93=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #38745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38745D is #C78BA2. Grayscale: #5F5F5F. Windows color (decimal): -13077411 or 6124600. OLE color: 6124600.

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

Color convert

RGB5611693-
CMYK0.5200.200.55
HSL157º34.88%33.73%-
HSV(B)157º51.72%45.49%-
XYZ9.8514.1212.56-
YUV95.44126.6299.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=21.13%
G=43.77%
B=35.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116930.5200.200.5515734.8833.73
Hex38745D34014379d2322
Octal7016413564024672354342
Binary1110001110100101110111010001010011011110011101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38745D; }

 p { color: rgb(56,116,93); }

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

<style>
 a { background-color: #38745D; }

 a { background-color: rgb(56,116,93); }

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

<style>
 span { border-color: #38745D; }

 span { border-color: rgb(56,116,93); }

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