#356160

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

Shades of Oracle #356160

Tints of Oracle #356160

Color information

#356160 (or 0x356160) is unknown color: approx Oracle. HEX triplet: 35, 61 and 60. RGB value is (53,97,96). Sum of RGB (Red+Green+Blue) = 53+97+96=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #356160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356160 is #CA9E9F. Grayscale: #535353. Windows color (decimal): -13278880 or 6316341. OLE color: 6316341.

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

Color convert

RGB539796-
CMYK0.4500.010.62
HSL178.64º29.33%29.41%-
HSV(B)178.64º45.36%38.04%-
XYZ7.8510.1512.61-
YUV83.73134.92106.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=21.54%
G=39.43%
B=39.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397960.4500.010.62178.6429.3329.41
Hex3561602D013Eb31d1d
Octal651411405501762633535
Binary1101011100001110000010110101111110101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356160; }

 p { color: rgb(53,97,96); }

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

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

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

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

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

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

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