#3A615E

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

Shades of Oracle #3A615E

Tints of Oracle #3A615E

Color information

#3A615E (or 0x3A615E) is unknown color: approx Oracle. HEX triplet: 3A, 61 and 5E. RGB value is (58,97,94). Sum of RGB (Red+Green+Blue) = 58+97+94=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #3A615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A615E is #C59EA1. Grayscale: #545454. Windows color (decimal): -12951202 or 6185274. OLE color: 6185274.

HSL color Cylindrical-coordinate representation of color #3A615E: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A615E is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB589794-
CMYK0.4000.030.62
HSL175.38º25.16%30.39%-
HSV(B)175.38º40.21%38.04%-
XYZ8.0410.2612.15-
YUV85133.08108.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=23.29%
G=38.96%
B=37.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897940.4000.030.62175.3825.1630.39
Hex3A615E28033Eaf191e
Octal721411365003762573136
Binary11101011000011011110101000011111110101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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