#38695A

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

Shades of Stromboli #38695A

Tints of Stromboli #38695A

Color information

#38695A (or 0x38695A) is unknown color: approx Stromboli. HEX triplet: 38, 69 and 5A. RGB value is (56,105,90). Sum of RGB (Red+Green+Blue) = 56+105+90=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #38695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695A is #C796A5. Grayscale: #585858. Windows color (decimal): -13080230 or 5925176. OLE color: 5925176.

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

Color convert

RGB5610590-
CMYK0.4700.140.59
HSL161.63º30.43%31.57%-
HSV(B)161.63º46.67%41.18%-
XYZ8.5311.6811.48-
YUV88.64128.77104.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=22.31%
G=41.83%
B=35.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105900.4700.140.59161.6330.4331.57
Hex38695A2F0E3Ba21e20
Octal7015113257016732423640
Binary11100011010011011010101111011101110111010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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