#3B6160

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

Shades of Oracle #3B6160

Tints of Oracle #3B6160

Color information

#3B6160 (or 0x3B6160) is unknown color: approx Oracle. HEX triplet: 3B, 61 and 60. RGB value is (59,97,96). Sum of RGB (Red+Green+Blue) = 59+97+96=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6160 is #C49E9F. Grayscale: #555555. Windows color (decimal): -12885664 or 6316347. OLE color: 6316347.

HSL color Cylindrical-coordinate representation of color #3B6160: hue angle of 178.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6160 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB599796-
CMYK0.3900.010.62
HSL178.42º24.36%30.59%-
HSV(B)178.42º39.18%38.04%-
XYZ8.1910.3212.63-
YUV85.52133.91109.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=23.41%
G=38.49%
B=38.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997960.3900.010.62178.4224.3630.59
Hex3B616027013Eb2181f
Octal731411404701762623037
Binary1110111100001110000010011101111110101100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6160; }

 p { color: rgb(59,97,96); }

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

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

 a { background-color: rgb(59,97,96); }

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

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

 span { border-color: rgb(59,97,96); }

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