#3C5D5C

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

Shades of Oracle #3C5D5C

Tints of Oracle #3C5D5C

Color information

#3C5D5C (or 0x3C5D5C) is unknown color: approx Oracle. HEX triplet: 3C, 5D and 5C. RGB value is (60,93,92). Sum of RGB (Red+Green+Blue) = 60+93+92=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5D5C is #C3A2A3. Grayscale: #525252. Windows color (decimal): -12821156 or 6053180. OLE color: 6053180.

HSL color Cylindrical-coordinate representation of color #3C5D5C: hue angle of 178.18º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C5D5C is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB609392-
CMYK0.3500.010.64
HSL178.18º21.57%30%-
HSV(B)178.18º35.48%36.47%-
XYZ7.719.5611.56-
YUV83.02133.07111.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=24.49%
G=37.96%
B=37.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6093920.3500.010.64178.1821.5730
Hex3C5D5C230140b2161e
Octal7413513443011002622636
Binary11110010111011011100100011011000000101100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,93,92); }

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

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

 a { background-color: rgb(60,93,92); }

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

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

 span { border-color: rgb(60,93,92); }

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