#365A56

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

Shades of Oracle #365A56

Tints of Oracle #365A56

Color information

#365A56 (or 0x365A56) is unknown color: approx Oracle. HEX triplet: 36, 5A and 56. RGB value is (54,90,86). Sum of RGB (Red+Green+Blue) = 54+90+86=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #365A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A56 is #C9A5A9. Grayscale: #4E4E4E. Windows color (decimal): -13215146 or 5659190. OLE color: 5659190.

HSL color Cylindrical-coordinate representation of color #365A56: hue angle of 173.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A56 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB549086-
CMYK0.4000.040.65
HSL173.33º25%28.24%-
HSV(B)173.33º40%35.29%-
XYZ6.868.7710.14-
YUV78.78132.07110.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=23.48%
G=39.13%
B=37.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5490860.4000.040.65173.332528.24
Hex365A56280441ad191c
Octal6613212650041012553134
Binary1101101011010101011010100001001000001101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365A56; }

 p { color: rgb(54,90,86); }

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

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

 a { background-color: rgb(54,90,86); }

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

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

 span { border-color: rgb(54,90,86); }

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