#38655D

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

Shades of Stromboli #38655D

Tints of Stromboli #38655D

Color information

#38655D (or 0x38655D) is unknown color: approx Stromboli. HEX triplet: 38, 65 and 5D. RGB value is (56,101,93). Sum of RGB (Red+Green+Blue) = 56+101+93=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #38655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38655D is #C79AA2. Grayscale: #565656. Windows color (decimal): -13081251 or 6120760. OLE color: 6120760.

HSL color Cylindrical-coordinate representation of color #38655D: hue angle of 169.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38655D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB5610193-
CMYK0.4500.080.60
HSL169.33º28.66%30.78%-
HSV(B)169.33º44.55%39.61%-
XYZ8.2610.9412.03-
YUV86.63131.59106.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=22.4%
G=40.4%
B=37.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101930.4500.080.60169.3328.6630.78
Hex38655D2D083Ca91d1f
Octal7014513555010742513537
Binary1110001100101101110110110101000111100101010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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