#38695C

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

Shades of Stromboli #38695C

Tints of Stromboli #38695C

Color information

#38695C (or 0x38695C) is unknown color: approx Stromboli. HEX triplet: 38, 69 and 5C. RGB value is (56,105,92). Sum of RGB (Red+Green+Blue) = 56+105+92=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #38695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695C is #C796A3. Grayscale: #585858. Windows color (decimal): -13080228 or 6056248. OLE color: 6056248.

HSL color Cylindrical-coordinate representation of color #38695C: hue angle of 164.08º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38695C is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB5610592-
CMYK0.4700.120.59
HSL164.08º30.43%31.57%-
HSV(B)164.08º46.67%41.18%-
XYZ8.6111.7211.93-
YUV88.87129.77104.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=22.13%
G=41.50%
B=36.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105920.4700.120.59164.0830.4331.57
Hex38695C2F0C3Ba41e20
Octal7015113457014732443640
Binary11100011010011011100101111011001110111010010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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