#38645A

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

Shades of Stromboli #38645A

Tints of Stromboli #38645A

Color information

#38645A (or 0x38645A) is unknown color: approx Stromboli. HEX triplet: 38, 64 and 5A. RGB value is (56,100,90). Sum of RGB (Red+Green+Blue) = 56+100+90=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #38645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38645A is #C79BA5. Grayscale: #555555. Windows color (decimal): -13081510 or 5923896. OLE color: 5923896.

HSL color Cylindrical-coordinate representation of color #38645A: hue angle of 166.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38645A is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB5610090-
CMYK0.4400.100.61
HSL166.36º28.21%30.59%-
HSV(B)166.36º44%39.22%-
XYZ8.0310.6911.31-
YUV85.7130.42106.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=22.76%
G=40.65%
B=36.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100900.4400.100.61166.3628.2130.59
Hex38645A2C0A3Da61c1f
Octal7014413254012752463437
Binary1110001100100101101010110001010111101101001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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