#3D6261

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

Shades of Oracle #3D6261

Tints of Oracle #3D6261

Color information

#3D6261 (or 0x3D6261) is unknown color: approx Oracle. HEX triplet: 3D, 62 and 61. RGB value is (61,98,97). Sum of RGB (Red+Green+Blue) = 61+98+97=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #3D6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6261 is #C29D9E. Grayscale: #565656. Windows color (decimal): -12754335 or 6382141. OLE color: 6382141.

HSL color Cylindrical-coordinate representation of color #3D6261: hue angle of 178.38º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D6261 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB619897-
CMYK0.3800.010.62
HSL178.38º23.27%31.18%-
HSV(B)178.38º37.76%38.43%-
XYZ8.4510.5912.91-
YUV86.82133.74109.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=23.83%
G=38.28%
B=37.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6198970.3800.010.62178.3823.2731.18
Hex3D626126013Eb2171f
Octal751421414601762622737
Binary1111011100010110000110011001111110101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,98,97); }

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

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

 a { background-color: rgb(61,98,97); }

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

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

 span { border-color: rgb(61,98,97); }

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