#396060

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

Shades of Oracle #396060

Tints of Oracle #396060

Color information

#396060 (or 0x396060) is unknown color: approx Oracle. HEX triplet: 39, 60 and 60. RGB value is (57,96,96). Sum of RGB (Red+Green+Blue) = 57+96+96=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #396060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396060 is #C69F9F. Grayscale: #545454. Windows color (decimal): -13016992 or 6316089. OLE color: 6316089.

HSL color Cylindrical-coordinate representation of color #396060: hue angle of 180º degrees, saturation: 0.25, 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 #396060 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB579696-
CMYK0.41000.62
HSL180º25.49%30%-
HSV(B)180º40.62%37.65%-
XYZ7.9810.0812.59-
YUV84.34134.58108.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=22.89%
G=38.55%
B=38.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796960.41000.6218025.4930
Hex39606029003Eb4191e
Octal711401405100762643136
Binary1110011100000110000010100100111110101101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396060; }

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

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

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

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

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

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

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

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