#3C6461

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

Shades of Oracle #3C6461

Tints of Oracle #3C6461

Color information

#3C6461 (or 0x3C6461) is unknown color: approx Oracle. HEX triplet: 3C, 64 and 61. RGB value is (60,100,97). Sum of RGB (Red+Green+Blue) = 60+100+97=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6461 is #C39B9E. Grayscale: #575757. Windows color (decimal): -12819359 or 6382652. OLE color: 6382652.

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

Color convert

RGB6010097-
CMYK0.400.030.61
HSL175.5º25%31.37%-
HSV(B)175.5º40%39.22%-
XYZ8.5810.9412.97-
YUV87.7133.25108.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=23.35%
G=38.91%
B=37.74%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100970.400.030.61175.52531.37
Hex3C646128033Db0191f
Octal741441415003752603137
Binary11110011001001100001101000011111101101100001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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