#3D615F

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

Shades of Oracle #3D615F

Tints of Oracle #3D615F

Color information

#3D615F (or 0x3D615F) is unknown color: approx Oracle. HEX triplet: 3D, 61 and 5F. RGB value is (61,97,95). Sum of RGB (Red+Green+Blue) = 61+97+95=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #3D615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D615F is #C29EA0. Grayscale: #555555. Windows color (decimal): -12754593 or 6250813. OLE color: 6250813.

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

Color convert

RGB619795-
CMYK0.3700.020.62
HSL176.67º22.78%30.98%-
HSV(B)176.67º37.11%38.04%-
XYZ8.2610.3712.39-
YUV86.01133.07110.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=24.11%
G=38.34%
B=37.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6197950.3700.020.62176.6722.7830.98
Hex3D615F25023Eb1171f
Octal751411374502762612737
Binary11110111000011011111100101010111110101100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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