Html Css Color HEX #375348 Spectra

📋 copy color: '#375348'

red 55 ◦ green 83 ◦ blue 72

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

Shades of Spectra #375348

Tints of Spectra #375348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 26.19%
G = 39.52%
B = 34.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#375348 (or 0x375348) is known color: Spectra. HEX triplet: 37, 53 and 48. RGB value is (55,83,72). Sum of RGB (Red+Green+Blue) = 55+83+72=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #375348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375348 is #C8ACB7. Grayscale: #494949. Windows color (decimal): -13151416 or 4739895. OLE color: 4739895.

HSL color Cylindrical-coordinate representation of color #375348: hue angle of 156.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375348 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 83 72 -
CMYK 0.34 0 0.13 0.67
HSL 156.43º 0.2% 0.27% -
HSV(B) 156.43º 0.34% 0.33% -
XYZ 5.84 7.47 7.26 -
YUV 73.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 55 83 72 0.34 0 0.13 0.67 156.43 0.2 0.27
Hex 37 53 48 22 0 D 43 9C 14 1B
Octal 67 123 110 42 0 15 103 234 24 33
Binary 110111 1010011 1001000 100010 0 1101 1000011 10011100 10100 11011

Color Harmonies of #375348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375348

Black with #375348

Text Example


Text Example

White with #375348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375348; }

 p { color: rgb(55,83,72); }

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

background-color css

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

 a { background-color: rgb(55,83,72); }

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

border-color css

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

 span { border-color: rgb(55,83,72); }

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