#3C5956

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

Shades of Oracle #3C5956

Tints of Oracle #3C5956

Color information

#3C5956 (or 0x3C5956) is unknown color: approx Oracle. HEX triplet: 3C, 59 and 56. RGB value is (60,89,86). Sum of RGB (Red+Green+Blue) = 60+89+86=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5956 is #C3A6A9. Grayscale: #4F4F4F. Windows color (decimal): -12822186 or 5658940. OLE color: 5658940.

HSL color Cylindrical-coordinate representation of color #3C5956: hue angle of 173.79º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5956 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB608986-
CMYK0.3300.030.65
HSL173.79º19.46%29.22%-
HSV(B)173.79º32.58%34.9%-
XYZ7.128.7810.12-
YUV79.99131.39113.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.53%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=25.53%
G=37.87%
B=36.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6089860.3300.030.65173.7919.4629.22
Hex3C5956210341ae131d
Octal7413112641031012562335
Binary111100101100110101101000010111000001101011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,89,86); }

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

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

 a { background-color: rgb(60,89,86); }

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

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

 span { border-color: rgb(60,89,86); }

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