#3A615F

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

Shades of Oracle #3A615F

Tints of Oracle #3A615F

Color information

#3A615F (or 0x3A615F) is unknown color: approx Oracle. HEX triplet: 3A, 61 and 5F. RGB value is (58,97,95). Sum of RGB (Red+Green+Blue) = 58+97+95=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #3A615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A615F is #C59EA0. Grayscale: #555555. Windows color (decimal): -12951201 or 6250810. OLE color: 6250810.

HSL color Cylindrical-coordinate representation of color #3A615F: hue angle of 176.92º 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 #3A615F is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB589795-
CMYK0.4000.020.62
HSL176.92º25.16%30.39%-
HSV(B)176.92º40.21%38.04%-
XYZ8.0910.2812.38-
YUV85.11133.58108.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=23.2%
G=38.8%
B=38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897950.4000.020.62176.9225.1630.39
Hex3A615F28023Eb1191e
Octal721411375002762613136
Binary11101011000011011111101000010111110101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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