#396361

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

Shades of Oracle #396361

Tints of Oracle #396361

Color information

#396361 (or 0x396361) is unknown color: approx Oracle. HEX triplet: 39, 63 and 61. RGB value is (57,99,97). Sum of RGB (Red+Green+Blue) = 57+99+97=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #396361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396361 is #C69C9E. Grayscale: #565656. Windows color (decimal): -13016223 or 6382393. OLE color: 6382393.

HSL color Cylindrical-coordinate representation of color #396361: hue angle of 177.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396361 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB579997-
CMYK0.4200.020.61
HSL177.14º26.92%30.59%-
HSV(B)177.14º42.42%38.82%-
XYZ8.3110.6612.93-
YUV86.21134.09107.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=22.53%
G=39.13%
B=38.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799970.4200.020.61177.1426.9230.59
Hex3963612A023Db11b1f
Octal711431415202752613337
Binary11100111000111100001101010010111101101100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396361; }

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

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

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

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

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

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

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

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