#365B58

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

Shades of Oracle #365B58

Tints of Oracle #365B58

Color information

#365B58 (or 0x365B58) is unknown color: approx Oracle. HEX triplet: 36, 5B and 58. RGB value is (54,91,88). Sum of RGB (Red+Green+Blue) = 54+91+88=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #365B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B58 is #C9A4A7. Grayscale: #4F4F4F. Windows color (decimal): -13214888 or 5790518. OLE color: 5790518.

HSL color Cylindrical-coordinate representation of color #365B58: hue angle of 175.14º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B58 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB549188-
CMYK0.4100.030.64
HSL175.14º25.52%28.43%-
HSV(B)175.14º40.66%35.69%-
XYZ7.028.9710.59-
YUV79.59132.74109.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=23.18%
G=39.06%
B=37.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491880.4100.030.64175.1425.5228.43
Hex365B58290340af1a1c
Octal6613313051031002573234
Binary110110101101110110001010010111000000101011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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