#38655C

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

Shades of Stromboli #38655C

Tints of Stromboli #38655C

Color information

#38655C (or 0x38655C) is unknown color: approx Stromboli. HEX triplet: 38, 65 and 5C. RGB value is (56,101,92). Sum of RGB (Red+Green+Blue) = 56+101+92=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #38655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38655C is #C79AA3. Grayscale: #565656. Windows color (decimal): -13081252 or 6055224. OLE color: 6055224.

HSL color Cylindrical-coordinate representation of color #38655C: hue angle of 168º 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 #38655C is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB5610192-
CMYK0.4500.090.60
HSL168º28.66%30.78%-
HSV(B)168º44.55%39.61%-
XYZ8.2210.9211.8-
YUV86.52131.09106.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=22.49%
G=40.56%
B=36.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101920.4500.090.6016828.6630.78
Hex38655C2D093Ca81d1f
Octal7014513455011742503537
Binary1110001100101101110010110101001111100101010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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