#375E58

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

Shades of Oracle #375E58

Tints of Oracle #375E58

Color information

#375E58 (or 0x375E58) is unknown color: approx Oracle. HEX triplet: 37, 5E and 58. RGB value is (55,94,88). Sum of RGB (Red+Green+Blue) = 55+94+88=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 94 - color contains mainly: green. Hex color #375E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E58 is #C8A1A7. Grayscale: #515151. Windows color (decimal): -13148584 or 5791287. OLE color: 5791287.

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

Color convert

RGB559488-
CMYK0.4100.060.63
HSL170.77º26.17%29.22%-
HSV(B)170.77º41.49%36.86%-
XYZ7.349.5210.68-
YUV81.65131.58108.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 94 (37.11% from 255) = 39.66%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=23.21%
G=39.66%
B=37.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5594880.4100.060.63170.7726.1729.22
Hex375E5829063Fab1a1d
Octal671361305106772533235
Binary110111101111010110001010010110111111101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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