#38594F

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

Shades of Spectra #38594F

Tints of Spectra #38594F

Color information

#38594F (or 0x38594F) is unknown color: approx Spectra. HEX triplet: 38, 59 and 4F. RGB value is (56,89,79). Sum of RGB (Red+Green+Blue) = 56+89+79=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #38594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38594F is #C7A6B0. Grayscale: #4E4E4E. Windows color (decimal): -13084337 or 5200184. OLE color: 5200184.

HSL color Cylindrical-coordinate representation of color #38594F: hue angle of 161.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38594F is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB568979-
CMYK0.3700.110.65
HSL161.82º22.76%28.43%-
HSV(B)161.82º37.08%34.9%-
XYZ6.618.558.7-
YUV77.99128.57112.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=25%
G=39.73%
B=35.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689790.3700.110.65161.8222.7628.43
Hex38594F250B41a2171c
Octal70131117450131012422734
Binary11100010110011001111100101010111000001101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38594F; }

 p { color: rgb(56,89,79); }

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

<style>
 a { background-color: #38594F; }

 a { background-color: rgb(56,89,79); }

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

<style>
 span { border-color: #38594F; }

 span { border-color: rgb(56,89,79); }

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