Html Css Color HEX #375D4E Spectra

📋 copy color: '#375D4E'

red 55 ◦ green 93 ◦ blue 78

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

Shades of Spectra #375D4E

Tints of Spectra #375D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.51%

R = 24.34%
G = 41.15%
B = 34.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#375D4E (or 0x375D4E) is known color: Spectra. HEX triplet: 37, 5D and 4E. RGB value is (55,93,78). Sum of RGB (Red+Green+Blue) = 55+93+78=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #375D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D4E is #C8A2B1. Grayscale: #4F4F4F. Windows color (decimal): -13148850 or 5135671. OLE color: 5135671.

HSL color Cylindrical-coordinate representation of color #375D4E: hue angle of 156.32º 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 #375D4E is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 93 78 -
CMYK 0.41 0 0.16 0.64
HSL 156.32º 0.26% 0.29% -
HSV(B) 156.32º 0.41% 0.36% -
XYZ 6.87 9.19 8.62 -
YUV 79.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 55 93 78 0.41 0 0.16 0.64 156.32 0.26 0.29
Hex 37 5D 4E 29 0 10 40 9C 1A 1D
Octal 67 135 116 51 0 20 100 234 32 35
Binary 110111 1011101 1001110 101001 0 10000 1000000 10011100 11010 11101

Color Harmonies of #375D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D4E

Black with #375D4E

Text Example


Text Example

White with #375D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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