#36605D

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

Shades of Oracle #36605D

Tints of Oracle #36605D

Color information

#36605D (or 0x36605D) is unknown color: approx Oracle. HEX triplet: 36, 60 and 5D. RGB value is (54,96,93). Sum of RGB (Red+Green+Blue) = 54+96+93=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #36605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36605D is #C99FA2. Grayscale: #535353. Windows color (decimal): -13213603 or 6119478. OLE color: 6119478.

HSL color Cylindrical-coordinate representation of color #36605D: hue angle of 175.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36605D is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB549693-
CMYK0.4400.030.62
HSL175.71º28%29.41%-
HSV(B)175.71º43.75%37.65%-
XYZ7.689.9411.87-
YUV83.1133.59107.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=22.22%
G=39.51%
B=38.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496930.4400.030.62175.712829.41
Hex36605D2C033Eb01c1d
Octal661401355403762603435
Binary11011011000001011101101100011111110101100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36605D; }

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

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

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

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

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

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

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

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