#38574B

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

Shades of Spectra #38574B

Tints of Spectra #38574B

Color information

#38574B (or 0x38574B) is unknown color: approx Spectra. HEX triplet: 38, 57 and 4B. RGB value is (56,87,75). Sum of RGB (Red+Green+Blue) = 56+87+75=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #38574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38574B is #C7A8B4. Grayscale: #4C4C4C. Windows color (decimal): -13084853 or 4937528. OLE color: 4937528.

HSL color Cylindrical-coordinate representation of color #38574B: hue angle of 156.77º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38574B is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB568775-
CMYK0.3600.140.66
HSL156.77º21.68%28.04%-
HSV(B)156.77º35.63%34.12%-
XYZ6.318.177.9-
YUV76.36127.23113.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=25.69%
G=39.91%
B=34.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687750.3600.140.66156.7721.6828.04
Hex38574B240E429d161c
Octal70127113440161022352634
Binary11100010101111001011100100011101000010100111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,87,75); }

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

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

 a { background-color: rgb(56,87,75); }

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

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

 span { border-color: rgb(56,87,75); }

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