#36605C

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

Shades of Oracle #36605C

Tints of Oracle #36605C

Color information

#36605C (or 0x36605C) is unknown color: approx Oracle. HEX triplet: 36, 60 and 5C. RGB value is (54,96,92). Sum of RGB (Red+Green+Blue) = 54+96+92=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #36605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36605C is #C99FA3. Grayscale: #525252. Windows color (decimal): -13213604 or 6053942. OLE color: 6053942.

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

Color convert

RGB549692-
CMYK0.4400.040.62
HSL174.29º28%29.41%-
HSV(B)174.29º43.75%37.65%-
XYZ7.649.9211.64-
YUV82.99133.09107.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=22.31%
G=39.67%
B=38.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496920.4400.040.62174.292829.41
Hex36605C2C043Eae1c1d
Octal661401345404762563435
Binary110110110000010111001011000100111110101011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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