#396260

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

Shades of Oracle #396260

Tints of Oracle #396260

Color information

#396260 (or 0x396260) is unknown color: approx Oracle. HEX triplet: 39, 62 and 60. RGB value is (57,98,96). Sum of RGB (Red+Green+Blue) = 57+98+96=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #396260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396260 is #C69D9F. Grayscale: #555555. Windows color (decimal): -13016480 or 6316601. OLE color: 6316601.

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

Color convert

RGB579896-
CMYK0.4200.020.62
HSL177.07º26.45%30.39%-
HSV(B)177.07º41.84%38.43%-
XYZ8.1710.4512.65-
YUV85.51133.92107.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=22.71%
G=39.04%
B=38.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798960.4200.020.62177.0726.4530.39
Hex3962602A023Eb11a1e
Octal711421405202762613236
Binary11100111000101100000101010010111110101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396260; }

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

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

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

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

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

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

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

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