#395655

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

Shades of Oracle #395655

Tints of Oracle #395655

Color information

#395655 (or 0x395655) is unknown color: approx Oracle. HEX triplet: 39, 56 and 55. RGB value is (57,86,85). Sum of RGB (Red+Green+Blue) = 57+86+85=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #395655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395655 is #C6A9AA. Grayscale: #4D4D4D. Windows color (decimal): -13019563 or 5592633. OLE color: 5592633.

HSL color Cylindrical-coordinate representation of color #395655: hue angle of 177.93º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #395655 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB578685-
CMYK0.3400.010.66
HSL177.93º20.28%28.04%-
HSV(B)177.93º33.72%33.73%-
XYZ6.658.189.82-
YUV77.22132.39113.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=25%
G=37.72%
B=37.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5786850.3400.010.66177.9320.2828.04
Hex395655220142b2141c
Octal7112612542011022622434
Binary11100110101101010101100010011000010101100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395655; }

 p { color: rgb(57,86,85); }

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

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

 a { background-color: rgb(57,86,85); }

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

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

 span { border-color: rgb(57,86,85); }

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