#3A5956

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

Shades of Oracle #3A5956

Tints of Oracle #3A5956

Color information

#3A5956 (or 0x3A5956) is unknown color: approx Oracle. HEX triplet: 3A, 59 and 56. RGB value is (58,89,86). Sum of RGB (Red+Green+Blue) = 58+89+86=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5956 is #C5A6A9. Grayscale: #4F4F4F. Windows color (decimal): -12953258 or 5658938. OLE color: 5658938.

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

Color convert

RGB588986-
CMYK0.3500.030.65
HSL174.19º21.09%28.82%-
HSV(B)174.19º34.83%34.9%-
XYZ78.7210.12-
YUV79.39131.73112.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=24.89%
G=38.20%
B=36.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889860.3500.030.65174.1921.0928.82
Hex3A5956230341ae151d
Octal7213112643031012562535
Binary111010101100110101101000110111000001101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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