#365D59

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

Shades of Oracle #365D59

Tints of Oracle #365D59

Color information

#365D59 (or 0x365D59) is unknown color: approx Oracle. HEX triplet: 36, 5D and 59. RGB value is (54,93,89). Sum of RGB (Red+Green+Blue) = 54+93+89=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #365D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D59 is #C9A2A6. Grayscale: #505050. Windows color (decimal): -13214375 or 5856566. OLE color: 5856566.

HSL color Cylindrical-coordinate representation of color #365D59: hue angle of 173.85º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D59 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB549389-
CMYK0.4200.040.64
HSL173.85º26.53%28.82%-
HSV(B)173.85º41.94%36.47%-
XYZ7.249.3310.87-
YUV80.88132.58108.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=22.88%
G=39.41%
B=37.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493890.4200.040.64173.8526.5328.82
Hex365D592A0440ae1b1d
Octal6613513152041002563335
Binary1101101011101101100110101001001000000101011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,89); }

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

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

 a { background-color: rgb(54,93,89); }

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

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

 span { border-color: rgb(54,93,89); }

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