#375F58

Color #375F58 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #375F58

Tints of Eden #375F58

Color information

#375F58 (or 0x375F58) is unknown color: approx Eden. HEX triplet: 37, 5F and 58. RGB value is (55,95,88). Sum of RGB (Red+Green+Blue) = 55+95+88=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #375F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F58 is #C8A0A7. Grayscale: #525252. Windows color (decimal): -13148328 or 5791543. OLE color: 5791543.

HSL color Cylindrical-coordinate representation of color #375F58: hue angle of 169.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 #375F58 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB559588-
CMYK0.4200.070.63
HSL169.5º26.67%29.41%-
HSV(B)169.5º42.11%37.25%-
XYZ7.439.710.71-
YUV82.24131.25108.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=23.11%
G=39.92%
B=36.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595880.4200.070.63169.526.6729.41
Hex375F582A073Faa1b1d
Octal671371305207772523335
Binary110111101111110110001010100111111111101010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #375F58;
 }
 .AnyTagClassName
 {
   color: #375F58;
 }
</style>
background-color css

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

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

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

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

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

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