#3F615E

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

Shades of Oracle #3F615E

Tints of Oracle #3F615E

Color information

#3F615E (or 0x3F615E) is unknown color: approx Oracle. HEX triplet: 3F, 61 and 5E. RGB value is (63,97,94). Sum of RGB (Red+Green+Blue) = 63+97+94=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #3F615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F615E is #C09EA1. Grayscale: #565656. Windows color (decimal): -12623522 or 6185279. OLE color: 6185279.

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

Color convert

RGB639794-
CMYK0.3500.030.62
HSL174.71º21.25%31.37%-
HSV(B)174.71º35.05%38.04%-
XYZ8.3410.4112.16-
YUV86.49132.24111.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=24.80%
G=38.19%
B=37.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397940.3500.030.62174.7121.2531.37
Hex3F615E23033Eaf151f
Octal771411364303762572537
Binary11111111000011011110100011011111110101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,94); }

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

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

 a { background-color: rgb(63,97,94); }

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

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

 span { border-color: rgb(63,97,94); }

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