#365756

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

Shades of Oracle #365756

Tints of Oracle #365756

Color information

#365756 (or 0x365756) is unknown color: approx Oracle. HEX triplet: 36, 57 and 56. RGB value is (54,87,86). Sum of RGB (Red+Green+Blue) = 54+87+86=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #365756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365756 is #C9A8A9. Grayscale: #4C4C4C. Windows color (decimal): -13215914 or 5658422. OLE color: 5658422.

HSL color Cylindrical-coordinate representation of color #365756: hue angle of 178.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #365756 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB548786-
CMYK0.3800.010.66
HSL178.18º23.4%27.65%-
HSV(B)178.18º37.93%34.12%-
XYZ6.618.2710.05-
YUV77.02133.07111.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=23.79%
G=38.33%
B=37.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487860.3800.010.66178.1823.427.65
Hex365756260142b2171c
Octal6612712646011022622734
Binary11011010101111010110100110011000010101100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365756; }

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

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

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

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

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

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

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

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