#38625A

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

Shades of Stromboli #38625A

Tints of Stromboli #38625A

Color information

#38625A (or 0x38625A) is unknown color: approx Stromboli. HEX triplet: 38, 62 and 5A. RGB value is (56,98,90). Sum of RGB (Red+Green+Blue) = 56+98+90=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #38625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38625A is #C79DA5. Grayscale: #545454. Windows color (decimal): -13082022 or 5923384. OLE color: 5923384.

HSL color Cylindrical-coordinate representation of color #38625A: hue angle of 168.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38625A is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB569890-
CMYK0.4300.080.62
HSL168.57º27.27%30.2%-
HSV(B)168.57º42.86%38.43%-
XYZ7.8410.3111.25-
YUV84.53131.09107.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=22.95%
G=40.16%
B=36.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698900.4300.080.62168.5727.2730.2
Hex38625A2B083Ea91b1e
Octal7014213253010762513336
Binary1110001100010101101010101101000111110101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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