#395958

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

Shades of Oracle #395958

Tints of Oracle #395958

Color information

#395958 (or 0x395958) is unknown color: approx Oracle. HEX triplet: 39, 59 and 58. RGB value is (57,89,88). Sum of RGB (Red+Green+Blue) = 57+89+88=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #395958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395958 is #C6A6A7. Grayscale: #4F4F4F. Windows color (decimal): -13018792 or 5790009. OLE color: 5790009.

HSL color Cylindrical-coordinate representation of color #395958: hue angle of 178.12º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395958 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB578988-
CMYK0.3600.010.65
HSL178.12º21.92%28.63%-
HSV(B)178.12º35.96%34.9%-
XYZ7.028.7210.55-
YUV79.32132.9112.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=24.36%
G=38.03%
B=37.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789880.3600.010.65178.1221.9228.63
Hex395958240141b2161d
Octal7113113044011012622635
Binary11100110110011011000100100011000001101100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395958; }

 p { color: rgb(57,89,88); }

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

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

 a { background-color: rgb(57,89,88); }

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

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

 span { border-color: rgb(57,89,88); }

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