Html Css Color HEX #375F4E Spectra

📋 copy color: '#375F4E'

red 55 ◦ green 95 ◦ blue 78

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

Shades of Spectra #375F4E

Tints of Spectra #375F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

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

R = 24.12%
G = 41.67%
B = 34.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#375F4E (or 0x375F4E) is known color: Spectra. HEX triplet: 37, 5F and 4E. RGB value is (55,95,78). Sum of RGB (Red+Green+Blue) = 55+95+78=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #375F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F4E is #C8A0B1. Grayscale: #515151. Windows color (decimal): -13148338 or 5136183. OLE color: 5136183.

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

Color convert

RGB 55 95 78 -
CMYK 0.42 0 0.18 0.63
HSL 154.5º 0.27% 0.29% -
HSV(B) 154.5º 0.42% 0.37% -
XYZ 7.04 9.55 8.68 -
YUV 81.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 55 95 78 0.42 0 0.18 0.63 154.5 0.27 0.29
Hex 37 5F 4E 2A 0 12 3F 9A 1B 1D
Octal 67 137 116 52 0 22 77 232 33 35
Binary 110111 1011111 1001110 101010 0 10010 111111 10011010 11011 11101

Color Harmonies of #375F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F4E

Black with #375F4E

Text Example


Text Example

White with #375F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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