#365E58

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

Shades of Oracle #365E58

Tints of Oracle #365E58

Color information

#365E58 (or 0x365E58) is unknown color: approx Oracle. HEX triplet: 36, 5E and 58. RGB value is (54,94,88). Sum of RGB (Red+Green+Blue) = 54+94+88=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 94 - color contains mainly: green. Hex color #365E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E58 is #C9A1A7. Grayscale: #515151. Windows color (decimal): -13214120 or 5791286. OLE color: 5791286.

HSL color Cylindrical-coordinate representation of color #365E58: hue angle of 171º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365E58 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB549488-
CMYK0.4300.060.63
HSL171º27.03%29.02%-
HSV(B)171º42.55%36.86%-
XYZ7.299.4910.68-
YUV81.36131.75108.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=22.88%
G=39.83%
B=37.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5494880.4300.060.6317127.0329.02
Hex365E582B063Fab1b1d
Octal661361305306772533335
Binary110110101111010110001010110110111111101010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,94,88); }

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

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

 a { background-color: rgb(54,94,88); }

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

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

 span { border-color: rgb(54,94,88); }

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