#38695D

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

Shades of Stromboli #38695D

Tints of Stromboli #38695D

Color information

#38695D (or 0x38695D) is unknown color: approx Stromboli. HEX triplet: 38, 69 and 5D. RGB value is (56,105,93). Sum of RGB (Red+Green+Blue) = 56+105+93=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #38695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695D is #C796A2. Grayscale: #585858. Windows color (decimal): -13080227 or 6121784. OLE color: 6121784.

HSL color Cylindrical-coordinate representation of color #38695D: hue angle of 165.31º 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 #38695D is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB5610593-
CMYK0.4700.110.59
HSL165.31º30.43%31.57%-
HSV(B)165.31º46.67%41.18%-
XYZ8.6611.7312.16-
YUV88.98130.27104.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=22.05%
G=41.34%
B=36.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105930.4700.110.59165.3130.4331.57
Hex38695D2F0B3Ba51e20
Octal7015113557013732453640
Binary11100011010011011101101111010111110111010010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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