#375B4B

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

Shades of Spectra #375B4B

Tints of Spectra #375B4B

Color information

#375B4B (or 0x375B4B) is unknown color: approx Spectra. HEX triplet: 37, 5B and 4B. RGB value is (55,91,75). Sum of RGB (Red+Green+Blue) = 55+91+75=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #375B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B4B is #C8A4B4. Grayscale: #4E4E4E. Windows color (decimal): -13149365 or 4938551. OLE color: 4938551.

HSL color Cylindrical-coordinate representation of color #375B4B: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B4B is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB559175-
CMYK0.4000.180.64
HSL153.33º24.66%28.63%-
HSV(B)153.33º39.56%35.69%-
XYZ6.598.88.01-
YUV78.41126.07111.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=24.89%
G=41.18%
B=33.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5591750.4000.180.64153.3324.6628.63
Hex375B4B280124099191d
Octal67133113500221002313135
Binary110111101101110010111010000100101000000100110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375B4B; }

 p { color: rgb(55,91,75); }

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

<style>
 a { background-color: #375B4B; }

 a { background-color: rgb(55,91,75); }

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

<style>
 span { border-color: #375B4B; }

 span { border-color: rgb(55,91,75); }

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