#38695B

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

Shades of Stromboli #38695B

Tints of Stromboli #38695B

Color information

#38695B (or 0x38695B) is unknown color: approx Stromboli. HEX triplet: 38, 69 and 5B. RGB value is (56,105,91). Sum of RGB (Red+Green+Blue) = 56+105+91=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #38695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38695B is #C796A4. Grayscale: #585858. Windows color (decimal): -13080229 or 5990712. OLE color: 5990712.

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

Color convert

RGB5610591-
CMYK0.4700.130.59
HSL162.86º30.43%31.57%-
HSV(B)162.86º46.67%41.18%-
XYZ8.5711.711.7-
YUV88.75129.27104.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=22.22%
G=41.67%
B=36.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105910.4700.130.59162.8630.4331.57
Hex38695B2F0D3Ba31e20
Octal7015113357015732433640
Binary11100011010011011011101111011011110111010001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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