#3D5B59

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

Shades of Oracle #3D5B59

Tints of Oracle #3D5B59

Color information

#3D5B59 (or 0x3D5B59) is unknown color: approx Oracle. HEX triplet: 3D, 5B and 59. RGB value is (61,91,89). Sum of RGB (Red+Green+Blue) = 61+91+89=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B59 is #C2A4A6. Grayscale: #515151. Windows color (decimal): -12756135 or 5856061. OLE color: 5856061.

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

Color convert

RGB619189-
CMYK0.3300.020.64
HSL176º19.74%29.8%-
HSV(B)176º32.97%35.69%-
XYZ7.479.210.83-
YUV81.8132.06113.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=25.31%
G=37.76%
B=36.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6191890.3300.020.6417619.7429.8
Hex3D5B59210240b0141e
Octal7513313141021002602436
Binary111101101101110110011000010101000000101100001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,89); }

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

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

 a { background-color: rgb(61,91,89); }

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

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

 span { border-color: rgb(61,91,89); }

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