#36605E

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

Shades of Oracle #36605E

Tints of Oracle #36605E

Color information

#36605E (or 0x36605E) is unknown color: approx Oracle. HEX triplet: 36, 60 and 5E. RGB value is (54,96,94). Sum of RGB (Red+Green+Blue) = 54+96+94=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #36605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36605E is #C99FA1. Grayscale: #535353. Windows color (decimal): -13213602 or 6185014. OLE color: 6185014.

HSL color Cylindrical-coordinate representation of color #36605E: hue angle of 177.14º 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 #36605E is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB549694-
CMYK0.4400.020.62
HSL177.14º28%29.41%-
HSV(B)177.14º43.75%37.65%-
XYZ7.729.9612.1-
YUV83.21134.09107.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=22.13%
G=39.34%
B=38.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496940.4400.020.62177.142829.41
Hex36605E2C023Eb11c1d
Octal661401365402762613435
Binary11011011000001011110101100010111110101100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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