Html Css Color HEX #375D55 Spectra

📋 copy color: '#375D55'

red 55 ◦ green 93 ◦ blue 85

#375D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #375D55

Tints of Spectra #375D55

RGB

 RED value IS 55 (21.88% from 255) = 23.61%

 GREEN value IS 93 (36.72% from 255) = 39.91%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 23.61%
G = 39.91%
B = 36.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#375D55 (or 0x375D55) is known color: Spectra. HEX triplet: 37, 5D and 55. RGB value is (55,93,85). Sum of RGB (Red+Green+Blue) = 55+93+85=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #375D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D55 is #C8A2AA. Grayscale: #505050. Windows color (decimal): -13148843 or 5594423. OLE color: 5594423.

HSL color Cylindrical-coordinate representation of color #375D55: hue angle of 167.37º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D55 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 93 85 -
CMYK 0.41 0 0.09 0.64
HSL 167.37º 0.26% 0.29% -
HSV(B) 167.37º 0.41% 0.36% -
XYZ 7.13 9.3 10.01 -
YUV 80.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 55 93 85 0.41 0 0.09 0.64 167.37 0.26 0.29
Hex 37 5D 55 29 0 9 40 A7 1A 1D
Octal 67 135 125 51 0 11 100 247 32 35
Binary 110111 1011101 1010101 101001 0 1001 1000000 10100111 11010 11101

Color Harmonies of #375D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D55

Black with #375D55

Text Example


Text Example

White with #375D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,93,85); }

 H1.HeaderClassName
 {
   color: #375D55;
 }
 .AnyTagClassName
 {
   color: #375D55;
 }
</style>

background-color css

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

 a { background-color: rgb(55,93,85); }

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

border-color css

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

 span { border-color: rgb(55,93,85); }

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