Html Css Color HEX #375E4D Spectra

📋 copy color: '#375E4D'

red 55 ◦ green 94 ◦ blue 77

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

Shades of Spectra #375E4D

Tints of Spectra #375E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.59%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 24.34%
G = 41.59%
B = 34.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#375E4D (or 0x375E4D) is known color: Spectra. HEX triplet: 37, 5E and 4D. RGB value is (55,94,77). Sum of RGB (Red+Green+Blue) = 55+94+77=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #375E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E4D is #C8A1B2. Grayscale: #505050. Windows color (decimal): -13148595 or 5070391. OLE color: 5070391.

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

Color convert

RGB 55 94 77 -
CMYK 0.41 0 0.18 0.63
HSL 153.85º 0.26% 0.29% -
HSV(B) 153.85º 0.41% 0.37% -
XYZ 6.92 9.35 8.46 -
YUV 80.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 55 94 77 0.41 0 0.18 0.63 153.85 0.26 0.29
Hex 37 5E 4D 29 0 12 3F 9A 1A 1D
Octal 67 136 115 51 0 22 77 232 32 35
Binary 110111 1011110 1001101 101001 0 10010 111111 10011010 11010 11101

Color Harmonies of #375E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E4D

Black with #375E4D

Text Example


Text Example

White with #375E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,77); }

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

background-color css

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

 a { background-color: rgb(55,94,77); }

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

border-color css

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

 span { border-color: rgb(55,94,77); }

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