#38645C

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

Shades of Stromboli #38645C

Tints of Stromboli #38645C

Color information

#38645C (or 0x38645C) is unknown color: approx Stromboli. HEX triplet: 38, 64 and 5C. RGB value is (56,100,92). Sum of RGB (Red+Green+Blue) = 56+100+92=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #38645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38645C is #C79BA3. Grayscale: #555555. Windows color (decimal): -13081508 or 6054968. OLE color: 6054968.

HSL color Cylindrical-coordinate representation of color #38645C: hue angle of 169.09º 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 #38645C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB5610092-
CMYK0.4400.080.61
HSL169.09º28.21%30.59%-
HSV(B)169.09º44%39.22%-
XYZ8.1210.7311.77-
YUV85.93131.42106.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=22.58%
G=40.32%
B=37.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100920.4400.080.61169.0928.2130.59
Hex38645C2C083Da91c1f
Octal7014413454010752513437
Binary1110001100100101110010110001000111101101010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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