#396360

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

Shades of Oracle #396360

Tints of Oracle #396360

Color information

#396360 (or 0x396360) is unknown color: approx Oracle. HEX triplet: 39, 63 and 60. RGB value is (57,99,96). Sum of RGB (Red+Green+Blue) = 57+99+96=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #396360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396360 is #C69C9F. Grayscale: #565656. Windows color (decimal): -13016224 or 6316857. OLE color: 6316857.

HSL color Cylindrical-coordinate representation of color #396360: hue angle of 175.71º 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 #396360 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB579996-
CMYK0.4200.030.61
HSL175.71º26.92%30.59%-
HSV(B)175.71º42.42%38.82%-
XYZ8.2610.6412.68-
YUV86.1133.59107.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=22.62%
G=39.29%
B=38.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799960.4200.030.61175.7126.9230.59
Hex3963602A033Db01b1f
Octal711431405203752603337
Binary11100111000111100000101010011111101101100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396360; }

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

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

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

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

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

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

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

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