#396161

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

Shades of Oracle #396161

Tints of Oracle #396161

Color information

#396161 (or 0x396161) is unknown color: approx Oracle. HEX triplet: 39, 61 and 61. RGB value is (57,97,97). Sum of RGB (Red+Green+Blue) = 57+97+97=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #396161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396161 is #C69E9E. Grayscale: #555555. Windows color (decimal): -13016735 or 6381881. OLE color: 6381881.

HSL color Cylindrical-coordinate representation of color #396161: hue angle of 180º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396161 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB579797-
CMYK0.41000.62
HSL180º25.97%30.2%-
HSV(B)180º41.24%38.04%-
XYZ8.1210.2812.87-
YUV85.04134.75108-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=22.71%
G=38.65%
B=38.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797970.41000.6218025.9730.2
Hex39616129003Eb41a1e
Octal711411415100762643236
Binary1110011100001110000110100100111110101101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396161; }

 p { color: rgb(57,97,97); }

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

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

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

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

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

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

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