#375E5B

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

Shades of Oracle #375E5B

Tints of Oracle #375E5B

Color information

#375E5B (or 0x375E5B) is unknown color: approx Oracle. HEX triplet: 37, 5E and 5B. RGB value is (55,94,91). Sum of RGB (Red+Green+Blue) = 55+94+91=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #375E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E5B is #C8A1A4. Grayscale: #515151. Windows color (decimal): -13148581 or 5987895. OLE color: 5987895.

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

Color convert

RGB559491-
CMYK0.4100.030.63
HSL175.38º26.17%29.22%-
HSV(B)175.38º41.49%36.86%-
XYZ7.479.5711.35-
YUV82133.08108.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=22.92%
G=39.17%
B=37.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5594910.4100.030.63175.3826.1729.22
Hex375E5B29033Faf1a1d
Octal671361335103772573235
Binary11011110111101011011101001011111111101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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