#395A56

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

Shades of Oracle #395A56

Tints of Oracle #395A56

Color information

#395A56 (or 0x395A56) is unknown color: approx Oracle. HEX triplet: 39, 5A and 56. RGB value is (57,90,86). Sum of RGB (Red+Green+Blue) = 57+90+86=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #395A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A56 is #C6A5A9. Grayscale: #4F4F4F. Windows color (decimal): -13018538 or 5659193. OLE color: 5659193.

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

Color convert

RGB579086-
CMYK0.3700.040.65
HSL172.73º22.45%28.82%-
HSV(B)172.73º36.67%35.29%-
XYZ7.028.8510.14-
YUV79.68131.57111.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 90 (35.55% from 255) = 38.63%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=24.46%
G=38.63%
B=36.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5790860.3700.040.65172.7322.4528.82
Hex395A56250441ad161d
Octal7113212645041012552635
Binary1110011011010101011010010101001000001101011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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