#3C5251

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

Shades of Oracle #3C5251

Tints of Oracle #3C5251

Color information

#3C5251 (or 0x3C5251) is unknown color: approx Oracle. HEX triplet: 3C, 52 and 51. RGB value is (60,82,81). Sum of RGB (Red+Green+Blue) = 60+82+81=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5251 is #C3ADAE. Grayscale: #4B4B4B. Windows color (decimal): -12823983 or 5329468. OLE color: 5329468.

HSL color Cylindrical-coordinate representation of color #3C5251: hue angle of 177.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C5251 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB608281-
CMYK0.2700.010.68
HSL177.27º15.49%27.84%-
HSV(B)177.27º26.83%32.16%-
XYZ6.377.598.91-
YUV75.31131.21117.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=26.91%
G=36.77%
B=36.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6082810.2700.010.68177.2715.4927.84
Hex3C52511B0144b1f1c
Octal7412212133011042611734
Binary111100101001010100011101101100010010110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,82,81); }

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

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

 a { background-color: rgb(60,82,81); }

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

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

 span { border-color: rgb(60,82,81); }

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