#365F5F

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

Shades of Oracle #365F5F

Tints of Oracle #365F5F

Color information

#365F5F (or 0x365F5F) is unknown color: approx Oracle. HEX triplet: 36, 5F and 5F. RGB value is (54,95,95). Sum of RGB (Red+Green+Blue) = 54+95+95=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #365F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F5F is #C9A0A0. Grayscale: #525252. Windows color (decimal): -13213857 or 6250294. OLE color: 6250294.

HSL color Cylindrical-coordinate representation of color #365F5F: hue angle of 180º degrees, saturation: 0.28, 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 #365F5F is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB549595-
CMYK0.43000.63
HSL180º27.52%29.22%-
HSV(B)180º43.16%37.25%-
XYZ7.689.7912.31-
YUV82.74134.92107.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=22.13%
G=38.93%
B=38.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495950.43000.6318027.5229.22
Hex365F5F2B003Fb41c1d
Octal661371375300772643435
Binary1101101011111101111110101100111111101101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,95); }

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

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

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

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

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

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

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