#356361

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

Shades of Oracle #356361

Tints of Oracle #356361

Color information

#356361 (or 0x356361) is unknown color: approx Oracle. HEX triplet: 35, 63 and 61. RGB value is (53,99,97). Sum of RGB (Red+Green+Blue) = 53+99+97=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #356361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356361 is #CA9C9E. Grayscale: #545454. Windows color (decimal): -13278367 or 6382389. OLE color: 6382389.

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

Color convert

RGB539997-
CMYK0.4600.020.61
HSL177.39º30.26%29.8%-
HSV(B)177.39º46.46%38.82%-
XYZ8.0910.5412.92-
YUV85.02134.76105.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=21.29%
G=39.76%
B=38.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399970.4600.020.61177.3930.2629.8
Hex3563612E023Db11e1e
Octal651431415602752613636
Binary11010111000111100001101110010111101101100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356361; }

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

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

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

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

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

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

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

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