#395E5A

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

Shades of Oracle #395E5A

Tints of Oracle #395E5A

Color information

#395E5A (or 0x395E5A) is unknown color: approx Oracle. HEX triplet: 39, 5E and 5A. RGB value is (57,94,90). Sum of RGB (Red+Green+Blue) = 57+94+90=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #395E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395E5A is #C6A1A5. Grayscale: #525252. Windows color (decimal): -13017510 or 5922361. OLE color: 5922361.

HSL color Cylindrical-coordinate representation of color #395E5A: hue angle of 173.51º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #395E5A is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB579490-
CMYK0.3900.040.63
HSL173.51º24.5%29.61%-
HSV(B)173.51º39.36%36.86%-
XYZ7.549.6111.13-
YUV82.48132.24109.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=23.65%
G=39.00%
B=37.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5794900.3900.040.63173.5124.529.61
Hex395E5A27043Fae191e
Octal711361324704772563136
Binary111001101111010110101001110100111111101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395E5A; }

 p { color: rgb(57,94,90); }

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

<style>
 a { background-color: #395E5A; }

 a { background-color: rgb(57,94,90); }

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

<style>
 span { border-color: #395E5A; }

 span { border-color: rgb(57,94,90); }

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