#395957

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

Shades of Oracle #395957

Tints of Oracle #395957

Color information

#395957 (or 0x395957) is unknown color: approx Oracle. HEX triplet: 39, 59 and 57. RGB value is (57,89,87). Sum of RGB (Red+Green+Blue) = 57+89+87=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #395957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395957 is #C6A6A8. Grayscale: #4F4F4F. Windows color (decimal): -13018793 or 5724473. OLE color: 5724473.

HSL color Cylindrical-coordinate representation of color #395957: hue angle of 176.25º 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 #395957 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB578987-
CMYK0.3600.020.65
HSL176.25º21.92%28.63%-
HSV(B)176.25º35.96%34.9%-
XYZ6.988.710.33-
YUV79.2132.4112.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=24.46%
G=38.20%
B=37.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789870.3600.020.65176.2521.9228.63
Hex395957240241b0161d
Octal7113112744021012602635
Binary111001101100110101111001000101000001101100001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395957; }

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

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

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

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

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

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

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

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