#3C6361

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

Shades of Oracle #3C6361

Tints of Oracle #3C6361

Color information

#3C6361 (or 0x3C6361) is unknown color: approx Oracle. HEX triplet: 3C, 63 and 61. RGB value is (60,99,97). Sum of RGB (Red+Green+Blue) = 60+99+97=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6361 is #C39C9E. Grayscale: #575757. Windows color (decimal): -12819615 or 6382396. OLE color: 6382396.

HSL color Cylindrical-coordinate representation of color #3C6361: hue angle of 176.92º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6361 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB609997-
CMYK0.3900.020.61
HSL176.92º24.53%31.18%-
HSV(B)176.92º39.39%38.82%-
XYZ8.4810.7512.94-
YUV87.11133.58108.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=23.44%
G=38.67%
B=37.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6099970.3900.020.61176.9224.5331.18
Hex3C636127023Db1191f
Octal741431414702752613137
Binary11110011000111100001100111010111101101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C6361; }

 p { color: rgb(60,99,97); }

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

<style>
 a { background-color: #3C6361; }

 a { background-color: rgb(60,99,97); }

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

<style>
 span { border-color: #3C6361; }

 span { border-color: rgb(60,99,97); }

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