#3D5F5D

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

Shades of Oracle #3D5F5D

Tints of Oracle #3D5F5D

Color information

#3D5F5D (or 0x3D5F5D) is unknown color: approx Oracle. HEX triplet: 3D, 5F and 5D. RGB value is (61,95,93). Sum of RGB (Red+Green+Blue) = 61+95+93=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5F5D is #C2A0A2. Grayscale: #545454. Windows color (decimal): -12755107 or 6119229. OLE color: 6119229.

HSL color Cylindrical-coordinate representation of color #3D5F5D: hue angle of 176.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F5D is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB619593-
CMYK0.3600.020.63
HSL176.47º21.79%30.59%-
HSV(B)176.47º35.79%37.25%-
XYZ7.999.9711.86-
YUV84.61132.74111.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=24.50%
G=38.15%
B=37.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195930.3600.020.63176.4721.7930.59
Hex3D5F5D24023Fb0161f
Octal751371354402772602637
Binary11110110111111011101100100010111111101100001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,95,93); }

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

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

 a { background-color: rgb(61,95,93); }

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

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

 span { border-color: rgb(61,95,93); }

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