#3A5E59

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

Shades of Oracle #3A5E59

Tints of Oracle #3A5E59

Color information

#3A5E59 (or 0x3A5E59) is unknown color: approx Oracle. HEX triplet: 3A, 5E and 59. RGB value is (58,94,89). Sum of RGB (Red+Green+Blue) = 58+94+89=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E59 is #C5A1A6. Grayscale: #525252. Windows color (decimal): -12951975 or 5856826. OLE color: 5856826.

HSL color Cylindrical-coordinate representation of color #3A5E59: hue angle of 171.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5E59 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB589489-
CMYK0.3800.050.63
HSL171.67º23.68%29.8%-
HSV(B)171.67º38.3%36.86%-
XYZ7.559.6310.91-
YUV82.67131.57110.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=24.07%
G=39.00%
B=36.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5894890.3800.050.63171.6723.6829.8
Hex3A5E5926053Fac181e
Octal721361314605772543036
Binary111010101111010110011001100101111111101011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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