#38675A

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

Shades of Stromboli #38675A

Tints of Stromboli #38675A

Color information

#38675A (or 0x38675A) is unknown color: approx Stromboli. HEX triplet: 38, 67 and 5A. RGB value is (56,103,90). Sum of RGB (Red+Green+Blue) = 56+103+90=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #38675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38675A is #C798A5. Grayscale: #575757. Windows color (decimal): -13080742 or 5924664. OLE color: 5924664.

HSL color Cylindrical-coordinate representation of color #38675A: hue angle of 163.4º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38675A is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB5610390-
CMYK0.4600.130.60
HSL163.4º29.56%31.18%-
HSV(B)163.4º45.63%40.39%-
XYZ8.3311.2811.41-
YUV87.46129.43105.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=22.49%
G=41.37%
B=36.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103900.4600.130.60163.429.5631.18
Hex38675A2E0D3Ca31e1f
Octal7014713256015742433637
Binary1110001100111101101010111001101111100101000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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